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 --- riscos/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index ab5fcab3c..1aa2a82f2 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -50,6 +50,7 @@ #include "desktop/mouse.h" #include "desktop/plotters.h" #include "desktop/textinput.h" +#include "desktop/thumbnail.h" #include "desktop/tree.h" #include "desktop/gui.h" #include "render/box.h" -- cgit v1.2.3