X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4701dfd179c4ea4a898bc394ddbb138a1bc4f6b4..HEAD:/ITCoreImageWindowEffect.h diff --git a/ITCoreImageWindowEffect.h b/ITCoreImageWindowEffect.h index 043c4f4..070038f 100644 --- a/ITCoreImageWindowEffect.h +++ b/ITCoreImageWindowEffect.h @@ -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