summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorRob Kendrick (humdrum) <rob.kendrick@codethink.co.uk>2013-05-20 11:15:17 +0100
committerRob Kendrick (humdrum) <rob.kendrick@codethink.co.uk>2013-05-20 11:15:17 +0100
commitf571aebbdbee36256e3c243e555887996e4b7dff (patch)
tree7e530d93b23541326777829452cfcc39201726c9 /amiga/gui.h
parent90d2c8c2127a91634722cf243cd492998a4c9148 (diff)
parent6c9d0aaee7933d3940bbd0f1e251c16ae58d3a5e (diff)
downloadnetsurf-f571aebbdbee36256e3c243e555887996e4b7dff.tar.gz
netsurf-f571aebbdbee36256e3c243e555887996e4b7dff.tar.bz2
Merge branch 'master' into rjek/bloom
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 342c9f7f5..36b7d4d84 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -99,6 +99,7 @@ struct gui_window_2 {
bool new_content;
bool redraw_scheduled;
char *menulab[AMI_MENU_AREXX_MAX + 1];
+ Object *menuobj[AMI_MENU_AREXX_MAX + 1];
char menukey[AMI_MENU_AREXX_MAX + 1];
struct Hook menu_hook[AMI_MENU_AREXX_MAX + 1];
UBYTE *menutype;