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/history_local.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/amiga/history_local.h') diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h index f7488211c..284da3422 100755 --- a/frontends/amiga/history_local.h +++ b/frontends/amiga/history_local.h @@ -23,6 +23,7 @@ #include struct gui_window; +struct gui_globals; struct history_window { struct nsObject *node; @@ -30,7 +31,7 @@ struct history_window { Object *objects[GID_LAST]; struct gui_window *gw; struct Hook scrollerhook; - struct gui_globals gg; + struct gui_globals *gg; }; /** -- cgit v1.2.3