Support sudden and automatic termination.
[enjoyable.git] / EnjoyableApplicationDelegate.h
index b77f799..6488135 100644 (file)
@@ -12,6 +12,7 @@
 
 @interface EnjoyableApplicationDelegate : NSObject <NSApplicationDelegate> {
     IBOutlet NSMenu *dockMenuBase;
+    IBOutlet NSWindow *window;
 }
 
 @property (nonatomic, strong) IBOutlet NJDeviceController *inputController;