summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-04 00:26:52 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-04 00:26:52 +0100
commit41f219192c6a9ee34a14d0cb149946eff9eeec50 (patch)
tree989c9448246342cc761fad523d15abe4d653a58f /amiga/gui.h
parentcdaae7b30e22373b99117438a15e062e8749688d (diff)
downloadnetsurf-41f219192c6a9ee34a14d0cb149946eff9eeec50.tar.gz
netsurf-41f219192c6a9ee34a14d0cb149946eff9eeec50.tar.bz2
Create back/forward context menu using menuclass
Reconstructs itself periodically as it cannot be created on demand
Diffstat (limited to 'amiga/gui.h')
-rw-r--r--amiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 9f8284b56..d23f9c919 100644
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -133,6 +133,7 @@ struct gui_window_2 {
struct Hook favicon_hook;
struct Hook throbber_hook;
struct Hook *ctxmenu_hook;
+ Object *history_ctxmenu[2];
gui_drag_type drag_op;
struct IBox *ptr_lock;
struct AppWindow *appwin;