X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2FSaverRunner.h;h=bacfd3868a4e9aa53973668e1c12a9f5d09044f7;hp=8e88b86b606e8e6c5fd7f81a0906082850d510e9;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/OSX/SaverRunner.h b/OSX/SaverRunner.h index 8e88b86b..bacfd386 100644 --- a/OSX/SaverRunner.h +++ b/OSX/SaverRunner.h @@ -51,7 +51,11 @@ orientation just before the view controller is modal-presented, and restore the proper status bar orientation just before the saverView is created so it can pick it up in didRotate:. */ - UIInterfaceOrientation _storedOrientation; + // UIInterfaceOrientation _storedOrientation; + + BOOL _showAboutBox; + UIView *aboutBox; + NSTimer *splashTimer; } @property(nonatomic, retain) NSString *saverName; @@ -85,14 +89,12 @@ SaverViewController *nonrotating_controller; // Hierarchy 2 (savers) UIImage *saved_screenshot; - UIView *aboutBox; - NSTimer *splashTimer; # endif // USE_IPHONE } -- (XScreenSaverView *) makeSaverView: (NSString *) module - withSize: (NSSize) size; +- (XScreenSaverView *) newSaverView: (NSString *) module + withSize: (NSSize) size; - (void) loadSaver: (NSString *)name; - (void) selectedSaverDidChange:(NSDictionary *)change; @@ -101,8 +103,8 @@ #else // USE_IPHONE - (void) openPreferences: (NSString *)which; - (UIImage *) screenshot; -- (void)aboutPanel:(UIView *)saverView - orientation:(UIInterfaceOrientation)orient; +- (NSString *) makeDesc:(NSString *)saver + yearOnly:(BOOL) yearp; #endif // USE_IPHONE @end