summaryrefslogtreecommitdiff
path: root/frontends/cocoa/BrowserView.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/BrowserView.h')
-rw-r--r--frontends/cocoa/BrowserView.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontends/cocoa/BrowserView.h b/frontends/cocoa/BrowserView.h
index 596100f09..cf1b0dc02 100644
--- a/frontends/cocoa/BrowserView.h
+++ b/frontends/cocoa/BrowserView.h
@@ -25,8 +25,6 @@
@interface BrowserView : ScrollableView <NSTextInput> {
struct browser_window *browser;
- NSPoint caretPoint;
- CGFloat caretHeight;
BOOL caretVisible;
BOOL hasCaret;
NSTimer *caretTimer;
@@ -45,7 +43,7 @@
@property (readwrite, assign, nonatomic, getter=isHistoryVisible) BOOL historyVisible;
- (void)removeCaret;
-- (void)addCaretAt:(NSPoint)point height:(CGFloat)height;
+- (void)addCaretAtX: (int)caretX Y: (int)caretY height: (int)caretHeight;
- (void)updateHistory;