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 --- riscos/print.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/print.c') diff --git a/riscos/print.c b/riscos/print.c index e8c162fed..7827fce7c 100644 --- a/riscos/print.c +++ b/riscos/print.c @@ -686,6 +686,7 @@ bool print_document(struct gui_window *g, const char *filename) /* TODO: turn knockout off for print */ struct redraw_context ctx = { .interactive = false, + .background_images = false, .plot = &ro_plotters }; @@ -806,6 +807,7 @@ const char *print_declare_fonts(hlcache_handle *h) os_error *error; struct redraw_context ctx = { .interactive = false, + .background_images = false, .plot = &print_fonts_plotters }; -- cgit v1.2.3