summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-17 17:23:58 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-17 17:23:58 +0000
commitd092b9ca354f07a78f0e540ce7da00026f0e534a (patch)
tree4491f04cfae1fb29ac5443162be8e34b5062a801 /cocoa/HistoryView.h
parent2beda0fc07e860b6bd8c7b68ac61de8d821cb580 (diff)
downloadnetsurf-d092b9ca354f07a78f0e540ce7da00026f0e534a.tar.gz
netsurf-d092b9ca354f07a78f0e540ce7da00026f0e534a.tar.bz2
Making sure history popup stays on screen.
svn path=/trunk/netsurf/; revision=11708
Diffstat (limited to 'cocoa/HistoryView.h')
-rw-r--r--cocoa/HistoryView.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/HistoryView.h b/cocoa/HistoryView.h
index 33eb1b52d..20806363f 100644
--- a/cocoa/HistoryView.h
+++ b/cocoa/HistoryView.h
@@ -27,5 +27,6 @@
@property (readwrite, assign, nonatomic) struct browser_window *browser;
- (void) updateHistory;
+- (NSSize) size;
@end