summaryrefslogtreecommitdiff
path: root/amiga/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.h')
-rw-r--r--amiga/theme.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/amiga/theme.h b/amiga/theme.h
index 3c3931c12..b47c015e1 100644
--- a/amiga/theme.h
+++ b/amiga/theme.h
@@ -41,4 +41,9 @@ void ami_reset_pointer(struct gui_window_2 *gwin);
* and ALWAYS in preference to SetWindowPointer(), as it features more pointers and uses
* the correct ones specified in user preferences. */
void ami_update_pointer(struct Window *win, gui_pointer_shape shape);
+
+void gui_window_start_throbber(struct gui_window *g);
+void gui_window_stop_throbber(struct gui_window *g);
+
+
#endif