summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserView.h')
-rw-r--r--cocoa/BrowserView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cocoa/BrowserView.h b/cocoa/BrowserView.h
index 9598936c1..ca09e7e30 100644
--- a/cocoa/BrowserView.h
+++ b/cocoa/BrowserView.h
@@ -29,6 +29,9 @@
BOOL caretVisible;
BOOL hasCaret;
NSTimer *caretTimer;
+
+ BOOL isDragging;
+ NSPoint dragStart;
}
@property (readwrite, assign, nonatomic) struct browser_window *browser;