Fixing the effects so they work on multiple monitors where the screen
[ITKit.git] / ITTransientStatusWindow.h
index 04f13ab..c93f0a6 100755 (executable)
@@ -62,6 +62,7 @@ typedef enum {
     ITTransientStatusWindowSizing          _sizing;
     float                                  _screenPadding;
 //    int                                    _screenNumber;
+       NSScreen *_screen;
 
     BOOL _reallyIgnoresEvents;
     
@@ -79,6 +80,8 @@ typedef enum {
 - (void)appear:(id)sender;
 - (void)vanish:(id)sender;
 
+- (void)setScreen:(NSScreen *)newScreen;
+
 - (void)setSizing:(ITTransientStatusWindowSizing)newSizing;
 - (ITTransientStatusWindowSizing)sizing;