summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-01 17:48:03 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-01 17:48:03 +0100
commit0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be (patch)
tree18efcd53cd0dcf879eed1f98fc26f5038b0ccd7a /frontends/amiga/plotters.c
parentfcde28d97f3863d8be4f6245e20f6471c9bfacb6 (diff)
downloadnetsurf-0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be.tar.gz
netsurf-0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be.tar.bz2
Rationalise gui_globals a bit
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;