git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed the NSMenu category from NSMenuItem * to id <NSMenuItem>
[ITKit.git]
/
ITPivotWindowEffect.m
diff --git
a/ITPivotWindowEffect.m
b/ITPivotWindowEffect.m
index
373c5f3
..
400d931
100755
(executable)
--- a/
ITPivotWindowEffect.m
+++ b/
ITPivotWindowEffect.m
@@
-222,8
+222,8
@@
float degAngle;
NSRect windowFrame = [_window frame];
NSRect screenFrame = [[_window screen] frame];
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 ) {
CGAffineTransform transform;
if ( vPos == ITWindowPositionBottom ) {