X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2FSaverRunner.h;h=0284ccf5065a296ebb7a9b3f9b8aad96d1e6f865;hb=c141c2b05e374757b6499d12bb8a6d4d943b1529;hp=2c5d0461f92afb0064a8699df5573ed6678878ee;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3;p=xscreensaver diff --git a/OSX/SaverRunner.h b/OSX/SaverRunner.h index 2c5d0461..0284ccf5 100644 --- a/OSX/SaverRunner.h +++ b/OSX/SaverRunner.h @@ -48,6 +48,7 @@ # else // USE_IPHONE ScreenSaverView *saverView; + UIView *backgroundView; UINavigationController *rootViewController; IBOutlet UIWindow *window; EAGLContext *eagl_ctx; @@ -58,12 +59,12 @@ # endif // USE_IPHONE } -- (void) aboutPanel: (id)sender; -- (void)loadSaver:(NSString *)name launch:(BOOL)launch; +- (void) loadSaver: (NSString *)name launch:(BOOL)launch; - (void) loadSaver: (NSString *)name; -- (void)selectedSaverDidChange:(NSDictionary *)change; +- (void) selectedSaverDidChange:(NSDictionary *)change; #ifndef USE_IPHONE +- (void) aboutPanel: (id)sender; - (void) openPreferences: (id)sender; #else // USE_IPHONE - (void) openPreferences: (NSString *)which;