summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.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/history_local.h
parentfcde28d97f3863d8be4f6245e20f6471c9bfacb6 (diff)
downloadnetsurf-0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be.tar.gz
netsurf-0bbb4f5a2a9d4fa3f29bcd9fc041646fc68a54be.tar.bz2
Rationalise gui_globals a bit
Diffstat (limited to 'frontends/amiga/history_local.h')
-rwxr-xr-xfrontends/amiga/history_local.h3
1 files changed, 2 insertions, 1 deletions
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 <intuition/classusr.h>
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;
};
/**