From 0e28071fa3d7af6cae3d01fa979dfed48a5a0b35 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Jul 2014 17:59:54 +0100 Subject: Moved forced throbber redraw to a scheduled callback --- amiga/theme.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'amiga/theme.h') diff --git a/amiga/theme.h b/amiga/theme.h index e81db33dd..ed61ef148 100644 --- a/amiga/theme.h +++ b/amiga/theme.h @@ -44,6 +44,8 @@ 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); -void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape); +void ami_throbber_redraw_schedule(int t, struct gui_window_2 *gwin); +void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape); #endif + -- cgit v1.2.3