summaryrefslogtreecommitdiff
path: root/frontends/amiga/plotters.h
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.h
parentfcde28d97f3863d8be4f6245e20f6471c9bfacb6 (diff)
downloadnetsurf-0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be.tar.gz
netsurf-0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be.tar.bz2
Rationalise gui_globals a bit
Diffstat (limited to 'frontends/amiga/plotters.h')
-rw-r--r--frontends/amiga/plotters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/amiga/plotters.h b/frontends/amiga/plotters.h
index 45ebbd0ba..e027189af 100644
--- a/frontends/amiga/plotters.h
+++ b/frontends/amiga/plotters.h
@@ -45,7 +45,8 @@ struct gui_globals
extern const struct plotter_table amiplot;
-struct gui_globals *glob;
+extern struct gui_globals *glob;
+extern struct gui_globals browserglob;
void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height, bool force32bit);
void ami_free_layers(struct gui_globals *gg);