summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 01:41:56 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 01:41:56 +0100
commit00aa1e2d3501ee0a004415a56a845db51c660ef4 (patch)
tree3b19a99984a692e1b5641ebe6265bdbcff018901 /amiga/gui.h
parent46f3670fae57fb1b05a1d8304f500b0ac3350b16 (diff)
downloadnetsurf-00aa1e2d3501ee0a004415a56a845db51c660ef4.tar.gz
netsurf-00aa1e2d3501ee0a004415a56a845db51c660ef4.tar.bz2
Add a small test menu to the clicktab gadget
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 d23f9c919..536071c77 100644
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -134,6 +134,7 @@ struct gui_window_2 {
struct Hook throbber_hook;
struct Hook *ctxmenu_hook;
Object *history_ctxmenu[2];
+ Object *clicktab_ctxmenu;
gui_drag_type drag_op;
struct IBox *ptr_lock;
struct AppWindow *appwin;