From 6239b32d92069595da0ba788311a3f9e4e71e690 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 9 Jul 2016 23:55:16 +0100 Subject: Make browserglob private to gui.c --- frontends/amiga/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontends/amiga/gui.h') diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h index 3addea56d..c1513a075 100644 --- a/frontends/amiga/gui.h +++ b/frontends/amiga/gui.h @@ -241,5 +241,9 @@ uint32 ami_gui_get_app_id(void); */ STRPTR ami_gui_get_screen_title(void); +/** + * Set gui_globals back to the default for the browser context + */ +void ami_gui_set_default_gg(void); #endif -- cgit v1.2.3