git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enabling garbage collection support.
[ITKit.git]
/
ITZoomWindowEffect.h
diff --git
a/ITZoomWindowEffect.h
b/ITZoomWindowEffect.h
old mode 100755
(executable)
new mode 100644
(file)
index
9fc920e
..
720d170
--- a/
ITZoomWindowEffect.h
+++ b/
ITZoomWindowEffect.h
@@
-1,23
+1,18
@@
/*
* ITKit
/*
* ITKit
- * ITZoomWindowEffect
- * Effect subclass which zooms (expands/shrinks) a window into position on the screen.
+ * ITZoomWindowEffect.h
*
*
- * Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- * Responsibility : Kent Sutherland <ksutherland@ithinksw.com>
+ * Effect subclass which zooms a window into position on the screen.
*
*
- * Copyright (c) 2002 - 2004 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 iThink Software
*
*/
*
*/
-
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
-#import "ITWindowEffect.h"
-
+#import <ITKit/ITWindowEffect.h>
-@interface ITZoomWindowEffect : ITWindowEffect
<ITWindowEffect>
{
+@interface ITZoomWindowEffect : ITWindowEffect {
}
}
-@end
+@end
\ No newline at end of file