X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2FSaverRunner.h;h=0a35ca195fe6a9a6a2f344e3039fda247451405a;hp=2c5d0461f92afb0064a8699df5573ed6678878ee;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3 diff --git a/OSX/SaverRunner.h b/OSX/SaverRunner.h index 2c5d0461..0a35ca19 100644 --- a/OSX/SaverRunner.h +++ b/OSX/SaverRunner.h @@ -58,12 +58,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;