From a66575dfebd6460d5134c22543458030c7ae817d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 19 Feb 2011 22:17:54 +0000 Subject: Remove thumbnail_create() from browser.h. Make RO front end use the core thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716 --- cocoa/thumbnail.m | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa/thumbnail.m') diff --git a/cocoa/thumbnail.m b/cocoa/thumbnail.m index 70185affe..26f1a7a65 100644 --- a/cocoa/thumbnail.m +++ b/cocoa/thumbnail.m @@ -20,6 +20,7 @@ #import "desktop/browser.h" #import "desktop/plotters.h" +#import "desktop/thumbnail.h" #import "content/urldb.h" #import "image/bitmap.h" -- cgit v1.2.3