summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/types.h3
1 files changed, 3 insertions, 0 deletions
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;
};