summaryrefslogtreecommitdiff
path: root/desktop/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/print.h')
-rw-r--r--desktop/print.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/print.h b/desktop/print.h
index fb1fd63ac..4d178aa8a 100644
--- a/desktop/print.h
+++ b/desktop/print.h
@@ -61,6 +61,9 @@ struct print_settings{
/*the functions used to measure fonts*/
const struct gui_layout_table *font_func;
+
+ /* Private data for the plotter context */
+ void *priv;
};