From 0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 1 Jun 2016 17:48:03 +0100 Subject: Rationalise gui_globals a bit --- frontends/amiga/plotters.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/amiga/plotters.c') 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; -- cgit v1.2.3