summaryrefslogtreecommitdiff
path: root/amiga/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.h')
-rw-r--r--amiga/theme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/theme.h b/amiga/theme.h
index ba1295d61..52a21bb1a 100644
--- a/amiga/theme.h
+++ b/amiga/theme.h
@@ -35,5 +35,6 @@ void ami_update_throbber(struct gui_window_2 *g,bool redraw);
void ami_init_mouse_pointers(void);
void ami_mouse_pointers_free(void);
-void ami_update_pointer(struct Window *win, gui_pointer_shape shape);
+void ami_update_pointer(struct Window *win, gui_pointer_shape shape, bool reapply);
+void ami_reset_pointer(struct Window *win);
#endif