summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserView.h')
-rw-r--r--cocoa/BrowserView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cocoa/BrowserView.h b/cocoa/BrowserView.h
index 5b3d3b577..c626c8c5b 100644
--- a/cocoa/BrowserView.h
+++ b/cocoa/BrowserView.h
@@ -22,7 +22,7 @@
@class LocalHistoryController;
-@interface BrowserView : ScrollableView {
+@interface BrowserView : ScrollableView <NSTextInput> {
struct browser_window *browser;
NSPoint caretPoint;
@@ -36,6 +36,8 @@
BOOL historyVisible;
LocalHistoryController *history;
+
+ NSString *markedText;
}
@property (readwrite, assign, nonatomic) struct browser_window *browser;