summaryrefslogtreecommitdiff
path: root/frontends/cocoa/HistoryView.h
diff options
context:
space:
mode:
authorSven Weidauer <sven@5sw.de>2017-06-22 22:08:42 +0200
committerSven Weidauer <sven@5sw.de>2017-06-22 22:08:42 +0200
commitef7b8258405761d44731cb4967c923a99bf72e37 (patch)
tree42dcf3382ab232824ab97cc0d885f4140407cee7 /frontends/cocoa/HistoryView.h
parent2e5519f22742e7f5751d8a6098e8479bfbc9919b (diff)
downloadnetsurf-ef7b8258405761d44731cb4967c923a99bf72e37.tar.gz
netsurf-ef7b8258405761d44731cb4967c923a99bf72e37.tar.bz2
Update history view.
Diffstat (limited to 'frontends/cocoa/HistoryView.h')
-rw-r--r--frontends/cocoa/HistoryView.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/frontends/cocoa/HistoryView.h b/frontends/cocoa/HistoryView.h
index 42e73dd76..0fa2af36a 100644
--- a/frontends/cocoa/HistoryView.h
+++ b/frontends/cocoa/HistoryView.h
@@ -18,17 +18,13 @@
#import <Cocoa/Cocoa.h>
-@class HistoryView;
@class BrowserView;
-@interface HistoryView : NSView {
- struct browser_window *browser;
- NSMutableArray *toolTips;
-}
+@interface HistoryView : NSView
-@property (readwrite, retain, nonatomic) BrowserView *browser;
+@property (readwrite, nonatomic) BrowserView *browser;
+@property (readonly, nonatomic) NSSize size;
- (void)updateHistory;
-- (NSSize)size;
@end