aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index e1f1e60c..8626148d 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -34,6 +34,7 @@
IBOutlet NSWindow* bundleEditorWindow;
BOOL isNewFavorite;
+ BOOL stopKeyDownListener;
SPAboutController *aboutController;
SPPreferenceController *prefsController;
@@ -56,6 +57,8 @@
}
+- (IBAction)bundleCommandDispatcher:(id)sender;
+
// Window management
- (IBAction)newWindow:(id)sender;
- (IBAction)newTab:(id)sender;
@@ -110,4 +113,6 @@
- (void)addHTMLOutputController:(id)controller;
+- (void)keyDownListener;
+
@end