From abe3300ea16d46afa38411d5c2940bbb30607e57 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 17 Feb 2011 12:12:51 +0000 Subject: New local history panel with scrollbars. Still needs to resize itself to fit the history. svn path=/trunk/netsurf/; revision=11705 --- cocoa/BrowserView.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cocoa/BrowserView.h') diff --git a/cocoa/BrowserView.h b/cocoa/BrowserView.h index 604027569..ceccab47c 100644 --- a/cocoa/BrowserView.h +++ b/cocoa/BrowserView.h @@ -19,7 +19,8 @@ #import #import "cocoa/ScrollableView.h" -@class HistoryView; + +@class LocalHistoryController; @interface BrowserView : ScrollableView { struct browser_window *browser; @@ -33,8 +34,8 @@ BOOL isDragging; NSPoint dragStart; - HistoryView *history; BOOL historyVisible; + LocalHistoryController *history; } @property (readwrite, assign, nonatomic) struct browser_window *browser; -- cgit v1.2.3