summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-28 15:24:15 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-28 15:24:15 +0000
commit8eda3390daa58ac60b1e2b36dd227e37632a3225 (patch)
tree5f51abe8384e74f7995106933522484e81d93daa /cocoa/HistoryView.h
parentf47026114173a51802e8915b1f49888eb4367b46 (diff)
downloadnetsurf-8eda3390daa58ac60b1e2b36dd227e37632a3225.tar.gz
netsurf-8eda3390daa58ac60b1e2b36dd227e37632a3225.tar.bz2
Adding tool tips and changing the cursor in the local history view.
svn path=/trunk/netsurf/; revision=11855
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 d3062b6f1..6ef061321 100644
--- a/cocoa/HistoryView.h
+++ b/cocoa/HistoryView.h
@@ -24,6 +24,7 @@
@interface HistoryView : NSView {
struct browser_window *browser;
BrowserView *browserView;
+ NSMutableArray *toolTips;
}
@property (readwrite, assign, nonatomic) BrowserView *browser;