From 67c9970e544f987fc275c7a5eac67a9123e94868 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Tue, 25 Jan 2011 17:16:17 +0000 Subject: Implemented favicons. Doesn't work for .ICO files svn path=/trunk/netsurf/; revision=11485 --- cocoa/URLFieldCell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/URLFieldCell.h') diff --git a/cocoa/URLFieldCell.h b/cocoa/URLFieldCell.h index bb0d6572b..38a75a139 100644 --- a/cocoa/URLFieldCell.h +++ b/cocoa/URLFieldCell.h @@ -21,9 +21,11 @@ @interface URLFieldCell : NSTextFieldCell { NSButtonCell *refreshCell; + NSImage *favicon; } @property (readwrite, assign, nonatomic) SEL refreshAction; @property (readwrite, assign, nonatomic) id refreshTarget; +@property (readwrite, retain, nonatomic) NSImage *favicon; @end -- cgit v1.2.3