git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently.
[ITKit.git]
/
ITSpinAndZoomWindowEffect.h
diff --git
a/ITSpinAndZoomWindowEffect.h
b/ITSpinAndZoomWindowEffect.h
old mode 100755
(executable)
new mode 100644
(file)
index
5f923ec
..
8bafa0c
--- a/
ITSpinAndZoomWindowEffect.h
+++ b/
ITSpinAndZoomWindowEffect.h
@@
-1,23
+1,21
@@
/*
* ITKit
/*
* ITKit
- * ITSpinAndZoomWindowEffect
- * Effect subclass which Spins (expands/shrinks) a window into position on the screen.
+ * ITSpinAndZoomWindowEffect.h
*
*
- * Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- * Responsibility : Kent Sutherland <ksutherland@ithinksw.com>
+ * Effect subclass which spins and zooms a window into position on the screen.
*
*
- * Copyright (c) 2002 - 2004 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
*
*/
-
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
-#import "ITWindowEffect.h"
-
+#import <ITKit/ITWindowEffect.h>
-@interface ITSpinAndZoomWindowEffect : ITWindowEffect
<ITWindowEffect>
{
+@interface ITSpinAndZoomWindowEffect : ITWindowEffect {
}
}
-@end
+@end
\ No newline at end of file