From edaa9c29f22a550ddc7c8e1f02ff6d9dedf9a5b1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 13 Feb 2017 00:18:32 +0000 Subject: Remove use of global context data from Amiga frontend --- desktop/print.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/print.h') diff --git a/desktop/print.h b/desktop/print.h index fb1fd63ac..c3cb79914 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 */ + const void *priv; }; -- cgit v1.2.3