From 67f2470d5a13109af213714efa99e42a4473cfd2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 23 Dec 2011 22:39:25 +0000 Subject: Pass whether background images are wanted in redraw_context. svn path=/trunk/netsurf/; revision=13335 --- framebuffer/thumbnail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'framebuffer/thumbnail.c') diff --git a/framebuffer/thumbnail.c b/framebuffer/thumbnail.c index 1a3e2784b..1729d7775 100644 --- a/framebuffer/thumbnail.c +++ b/framebuffer/thumbnail.c @@ -43,6 +43,7 @@ thumbnail_create(struct hlcache_handle *content, struct redraw_context ctx = { .interactive = false, + .background_images = true, .plot = &fb_plotters }; -- cgit v1.2.3