summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-07 22:07:57 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-07 22:07:57 +0100
commit67af746324d830914c78e8ab216eb4e37a4163a3 (patch)
tree9454bf869a5b7eebca09ad9c5649fe668f9d68f8 /frontends/amiga/gui.h
parent6d1f480f011a2de630ebe99e68effc725f179ed1 (diff)
downloadnetsurf-67af746324d830914c78e8ab216eb4e37a4163a3.tar.gz
netsurf-67af746324d830914c78e8ab216eb4e37a4163a3.tar.bz2
Get menu structure directly from gui_window
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index e65c0fe11..0655db8d0 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -311,5 +311,10 @@ void ami_gui_set_throbbing(struct gui_window *gw, bool throbbing);
*/
struct Window *ami_gui_get_window(struct gui_window *gw);
+/**
+ * Get imenu from gui_window
+ */
+struct Menu *ami_gui_get_menu(struct gui_window *gw);
+
#endif