summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
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 727b578f2..6b0818920 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -312,6 +312,11 @@ void ami_gui_set_throbbing(struct gui_window *gw, bool throbbing);
struct Window *ami_gui_get_window(struct gui_window *gw);
/**
+ * Get window from gui_window_2
+ */
+struct Window *ami_gui2_get_window(struct gui_window_2 *gwin);
+
+/**
* Get imenu from gui_window
*/
struct Menu *ami_gui_get_menu(struct gui_window *gw);