X-Git-Url: http://git.ithinksw.org/~jspiros/WindowBlur.git/blobdiff_plain/eda6452792ea372d3a6ef6e876845c55f41fbd93..762e0f6064776b64bc8642a3352755727b2211f1:/WindowBlurSIMBL.h diff --git a/WindowBlurSIMBL.h b/WindowBlurSIMBL.h index 984b057..cc23150 100644 --- a/WindowBlurSIMBL.h +++ b/WindowBlurSIMBL.h @@ -7,11 +7,12 @@ // #import +#import 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