From 075e9c0258bd75307a90b3e6bd576742bf212b08 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 13 Feb 2017 17:46:20 +0000 Subject: Alloc gui_global structure when initialising --- frontends/amiga/corewindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/corewindow.h') diff --git a/frontends/amiga/corewindow.h b/frontends/amiga/corewindow.h index cfcd7fc5e..cc4fe4adb 100644 --- a/frontends/amiga/corewindow.h +++ b/frontends/amiga/corewindow.h @@ -76,7 +76,7 @@ struct ami_corewindow { char *wintitle; /** stuff for our off-screen render bitmap */ - struct gui_globals gg; + struct gui_globals *gg; struct MinList *shared_pens; /** drag status set by core */ -- cgit v1.2.3