aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowControllerDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPWindowControllerDelegate.h')
-rw-r--r--Source/SPWindowControllerDelegate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPWindowControllerDelegate.h b/Source/SPWindowControllerDelegate.h
index 09b4a7bf..29029db2 100644
--- a/Source/SPWindowControllerDelegate.h
+++ b/Source/SPWindowControllerDelegate.h
@@ -34,4 +34,8 @@
@interface SPWindowController (SPWindowControllerDelegate)
+- (void)tabDragStarted:(id)sender;
+- (void)tabDragStopped:(id)sender;
+
+
@end