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 --- gtk/thumbnail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk') diff --git a/gtk/thumbnail.c b/gtk/thumbnail.c index 19bea0548..2523919e6 100644 --- a/gtk/thumbnail.c +++ b/gtk/thumbnail.c @@ -31,6 +31,7 @@ #include "content/urldb.h" #include "desktop/plotters.h" #include "desktop/browser.h" +#include "desktop/thumbnail.h" #include "gtk/scaffolding.h" #include "gtk/plotters.h" #include "gtk/bitmap.h" -- cgit v1.2.3