Second Revision (from Archive)
[~jspiros/WindowBlur.git] / WindowBlurSIMBL.h
index 984b057..cc23150 100644 (file)
@@ -7,11 +7,12 @@
 //
 
 #import <Cocoa/Cocoa.h>
+#import <QuartzCore/QuartzCore.h>
 
 void MethodSwizzle(Class aClass, SEL orig_sel, SEL alt_sel);
 
-@interface WindowBlurSIMBL : NSObject {
-
-}
+@interface WindowBlurWindowHack : NSWindow
+@end
 
+@interface WindowBlurSIMBL : NSObject {}
 @end
\ No newline at end of file