Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCoreImageWindowEffect.h
index 043c4f4..070038f 100644 (file)
@@ -4,10 +4,7 @@
  *
  *     Effect subclass which performs a Core Image ripple effect on a window.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
@@ -36,6 +33,7 @@
        NSWindow *_effectWindow;
        CIFilter *_effectFilter;
        CICGSFilter *_windowFilter;
+       BOOL _ripple;
 }
 
 @end
\ No newline at end of file