X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2FSaverRunner.h;h=c58e2b331a4437e2908008c9ce3f515f6cc17298;hb=dba664f31aa87285db4d76cf8c5e66335299703a;hp=0284ccf5065a296ebb7a9b3f9b8aad96d1e6f865;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529;p=xscreensaver diff --git a/OSX/SaverRunner.h b/OSX/SaverRunner.h index 0284ccf5..c58e2b33 100644 --- a/OSX/SaverRunner.h +++ b/OSX/SaverRunner.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2006-2012 Jamie Zawinski +/* xscreensaver, Copyright (c) 2006-2013 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 @@ -44,6 +44,7 @@ NSBundle *saverBundle; NSArray *windows; IBOutlet NSMenu *menubar; + NSTimer *anim_timer; # else // USE_IPHONE @@ -55,6 +56,8 @@ GLuint gl_framebuffer, gl_renderbuffer; IBOutlet UIView *view; UIImage *saved_screenshot; + UIView *aboutBox; + NSTimer *splashTimer; # endif // USE_IPHONE } @@ -62,9 +65,9 @@ - (void) loadSaver: (NSString *)name launch:(BOOL)launch; - (void) loadSaver: (NSString *)name; - (void) selectedSaverDidChange:(NSDictionary *)change; +- (void) aboutPanel: (id)sender; #ifndef USE_IPHONE -- (void) aboutPanel: (id)sender; - (void) openPreferences: (id)sender; #else // USE_IPHONE - (void) openPreferences: (NSString *)which;