X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2FAppController.h;fp=OSX%2FAppController.h;h=98d9f82f23023580c58b1ae799466a2c51ad6141;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hp=0000000000000000000000000000000000000000;hpb=ccb7f4903325f92555a9722bba74b58346654ba0;p=xscreensaver diff --git a/OSX/AppController.h b/OSX/AppController.h new file mode 100644 index 00000000..98d9f82f --- /dev/null +++ b/OSX/AppController.h @@ -0,0 +1,21 @@ +/* xscreensaver, Copyright (c) 2006 Jamie Zawinski + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation. No representations are made about the suitability of this + * software for any purpose. It is provided "as is" without express or + * implied warranty. + */ + +#import +#import + +@interface AppController : NSObject +{ + ScreenSaverView *saverView0; + ScreenSaverView *saverView1; +} + +@end