git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more code cleanup, converting spaces to tabs. Redid ITKit.h framework
[ITKit.git]
/
ITDissolveWindowEffect.h
diff --git
a/ITDissolveWindowEffect.h
b/ITDissolveWindowEffect.h
old mode 100755
(executable)
new mode 100644
(file)
index
f1f8a0e
..
73cdfae
--- a/
ITDissolveWindowEffect.h
+++ b/
ITDissolveWindowEffect.h
@@
-1,22
+1,21
@@
/*
* ITKit
/*
* ITKit
- * ITDissolveWindowEffect
- * Effect subclass which performs a dissolve fade effect on a window.
+ * ITDissolveWindowEffect.h
*
*
- * Original Author : Matt Judy <mjudy@ithinksw.com>
- * Responsibility : Matt Judy <mjudy@ithinksw.com>
+ * Effect subclass which performs a dissolve fade effect on a window.
*
*
- * Copyright (c) 2002 - 2003 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"
-
-@interface ITDissolveWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITDissolveWindowEffect : ITWindowEffect {
}
}
-@end
+@end
\ No newline at end of file