From 246ee6dc6ff09f3a7c09e4518ac1473823e630d0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 23 Dec 2011 23:17:48 +0000 Subject: Set background image requirement in core print redraw_context. svn path=/trunk/netsurf/; revision=13338 --- desktop/print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index c6c361108..ae0992ac0 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -126,6 +126,7 @@ bool print_draw_next_page(const struct printer *printer, struct content_redraw_data data; struct redraw_context ctx = { .interactive = false, + .background_images = !option_remove_backgrounds, .plot = printer->plotter }; -- cgit v1.2.3