Add options for which displays to show screen saver

This commit is contained in:
Christopher Newton
2018-02-24 20:56:38 +01:00
parent 751a150392
commit fa1a6c55f7
4 changed files with 183 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
#import <ScreenSaver/ScreenSaver.h>
@interface EpochFlipClock : ScreenSaverView
{
IBOutlet id configSheet;
IBOutlet id screenDisplayOption;
}
@end