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 --- beos/beos_thumbnail.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'beos/beos_thumbnail.cpp') diff --git a/beos/beos_thumbnail.cpp b/beos/beos_thumbnail.cpp index c093d34d4..7f9395a34 100644 --- a/beos/beos_thumbnail.cpp +++ b/beos/beos_thumbnail.cpp @@ -33,6 +33,7 @@ extern "C" { #include "content/urldb.h" #include "desktop/plotters.h" #include "desktop/browser.h" +#include "desktop/thumbnail.h" #include "image/bitmap.h" #include "render/font.h" #include "utils/log.h" -- cgit v1.2.3