summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-02-19 22:17:54 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-02-19 22:17:54 +0000
commita66575dfebd6460d5134c22543458030c7ae817d (patch)
tree183be1a6e9f58240198614e373030ad791562de8 /atari
parentbd48a052a3b621233438bce25915aa3360502730 (diff)
downloadnetsurf-a66575dfebd6460d5134c22543458030c7ae817d.tar.gz
netsurf-a66575dfebd6460d5134c22543458030c7ae817d.tar.bz2
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
Diffstat (limited to 'atari')
-rwxr-xr-xatari/thumbnail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/thumbnail.c b/atari/thumbnail.c
index d267271bf..ff1c09eed 100755
--- a/atari/thumbnail.c
+++ b/atari/thumbnail.c
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "desktop/browser.h"
+#include "desktop/thumbnail.h"
bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap,
const char *url)