git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added a new core image ripple effect.
[ITKit.git]
/
ITWindowEffect.m
diff --git
a/ITWindowEffect.m
b/ITWindowEffect.m
old mode 100755
(executable)
new mode 100644
(file)
index
7111d38
..
300819d
--- a/
ITWindowEffect.m
+++ b/
ITWindowEffect.m
@@
-14,6
+14,8
@@
NSClassFromString(@"ITPivotWindowEffect"),
NSClassFromString(@"ITZoomWindowEffect"),
NSClassFromString(@"ITSpinWindowEffect"),
+ NSClassFromString(@"ITSpinAndZoomWindowEffect"),
+ NSClassFromString(@"ITCoreImageWindowEffect"),
nil];
return classes;