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 --- gtk/scaffolding.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/scaffolding.c') diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c index 26df12ed1..a816423a9 100644 --- a/gtk/scaffolding.c +++ b/gtk/scaffolding.c @@ -1512,6 +1512,7 @@ static gboolean nsgtk_history_expose_event(GtkWidget *widget, struct redraw_context ctx = { .interactive = true, + .background_images = true, .plot = &nsgtk_plotters }; -- cgit v1.2.3