summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 17:46:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 17:46:20 +0000
commit075e9c0258bd75307a90b3e6bd576742bf212b08 (patch)
treed915cc2b8788b585e8123e9715ff623eed0f1717 /frontends/amiga/corewindow.h
parentedaa9c29f22a550ddc7c8e1f02ff6d9dedf9a5b1 (diff)
downloadnetsurf-075e9c0258bd75307a90b3e6bd576742bf212b08.tar.gz
netsurf-075e9c0258bd75307a90b3e6bd576742bf212b08.tar.bz2
Alloc gui_global structure when initialising
Diffstat (limited to 'frontends/amiga/corewindow.h')
-rw-r--r--frontends/amiga/corewindow.h2
1 files changed, 1 insertions, 1 deletions
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 */