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 --- desktop/history_core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/history_core.c') diff --git a/desktop/history_core.c b/desktop/history_core.c index 96a760a9d..0449a3d18 100644 --- a/desktop/history_core.c +++ b/desktop/history_core.c @@ -34,6 +34,7 @@ #include "desktop/gui.h" #include "desktop/history_core.h" #include "desktop/plotters.h" +#include "desktop/thumbnail.h" #include "image/bitmap.h" #include "render/font.h" #include "utils/log.h" -- cgit v1.2.3