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 --- utils/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') diff --git a/utils/types.h b/utils/types.h index 50baf3691..3500968ce 100644 --- a/utils/types.h +++ b/utils/types.h @@ -39,6 +39,9 @@ struct redraw_context { * etc. Should be off for printing. */ bool interactive; + /** Render background images. May want it off for printing. */ + bool background_images; + /** Current plotters, must be assigned before use. */ const struct plotter_table *plot; }; -- cgit v1.2.3