Adding some new classes that ease access of Carbon/Mac-style resource files/forks.
[ITKit.git] / ITPivotWindowEffect.m
index 373c5f3..400d931 100755 (executable)
         float  degAngle;
         NSRect windowFrame = [_window frame];
         NSRect screenFrame = [[_window screen] frame];
-        float  translateX;
-        float  translateY;
+        float  translateX = 0;
+        float  translateY = 0;
         CGAffineTransform transform;
         
         if ( vPos == ITWindowPositionBottom ) {