summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/plotters.c')
-rw-r--r--frontends/amiga/plotters.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/amiga/plotters.c b/frontends/amiga/plotters.c
index fee3e7b08..7e19db7a5 100644
--- a/frontends/amiga/plotters.c
+++ b/frontends/amiga/plotters.c
@@ -72,6 +72,9 @@ struct bez_point {
float y;
};
+struct gui_globals browserglob;
+struct gui_globals *glob;
+
static int init_layers_count = 0;
static APTR pool_pens = NULL;