summaryrefslogtreecommitdiff
path: root/amiga/theme.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-07-05 18:44:44 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-07-05 18:44:44 +0100
commit21a21e8143cf68295944bc9bbcad66cb59726f4f (patch)
tree106a68fd62fa40108b28bef2b3a412a74bf51625 /amiga/theme.h
parent0e28071fa3d7af6cae3d01fa979dfed48a5a0b35 (diff)
downloadnetsurf-21a21e8143cf68295944bc9bbcad66cb59726f4f.tar.gz
netsurf-21a21e8143cf68295944bc9bbcad66cb59726f4f.tar.bz2
Move the throbber to proper scheduled operation
Diffstat (limited to 'amiga/theme.h')
-rw-r--r--amiga/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/theme.h b/amiga/theme.h
index ed61ef148..c1aca15d7 100644
--- a/amiga/theme.h
+++ b/amiga/theme.h
@@ -44,7 +44,7 @@ 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 ami_throbber_redraw_schedule(int t, struct gui_window_2 *gwin);
+void ami_throbber_redraw_schedule(int t, struct gui_window *g);
void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape);
#endif