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 39b0838c2..e65c0fe11 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -306,5 +306,10 @@ bool ami_gui_get_throbbing(struct gui_window *gw);
*/
void ami_gui_set_throbbing(struct gui_window *gw, bool throbbing);
+/**
+ * Get window from gui_window
+ */
+struct Window *ami_gui_get_window(struct gui_window *gw);
+
#endif