From 3ba2596f5c5c82af5c342359e29e9f65160f4f56 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Fri, 28 Jan 2011 14:08:42 +0000 Subject: Implemented frames and handling reformats the right way using browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518 --- cocoa/BrowserView.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cocoa/BrowserView.h') diff --git a/cocoa/BrowserView.h b/cocoa/BrowserView.h index 6d6466af0..aa62e7ada 100644 --- a/cocoa/BrowserView.h +++ b/cocoa/BrowserView.h @@ -33,19 +33,17 @@ BOOL isDragging; NSPoint dragStart; - BOOL isResizing; - HistoryView *history; BOOL historyVisible; } @property (readwrite, assign, nonatomic) struct browser_window *browser; @property (readwrite, retain, nonatomic) NSTimer *caretTimer; -@property (readwrite, assign, nonatomic, getter=isResizing) BOOL resizing; @property (readwrite, assign, nonatomic, getter=isHistoryVisible) BOOL historyVisible; - (void) removeCaret; - (void) addCaretAt: (NSPoint) point height: (CGFloat) height; +- (void) reformat; @end -- cgit v1.2.3