src/macosx/native/sun/awt/ApplicationDelegate.h

Print this page

        

@@ -40,17 +40,19 @@
     NSMenu *fDockMenu;
     CMenuBar *fDefaultMenuBar;
 
     BOOL fHandlesDocumentTypes;
     BOOL fHandlesURLTypes;
+    BOOL isAppActive;
 }
 
 @property (nonatomic, retain) NSMenuItem *fPreferencesMenu;
 @property (nonatomic, retain) NSMenuItem *fAboutMenu;
 
 @property (nonatomic, retain) NSMenu *fDockMenu;
 @property (nonatomic, retain) CMenuBar *fDefaultMenuBar;
+@property (nonatomic) BOOL isAppActive;
 
 // Returns the shared delegate, creating if necessary
 + (ApplicationDelegate *)sharedDelegate;
 
 // called by the window machinery to setup a default menu bar