From 1cd30fdb3c1f163beceb0bde7485c10a886de531 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 8 May 2019 00:59:04 +0100 Subject: Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_window_2 structure --- frontends/amiga/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/amiga/gui.h') diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h index bc1dc3903..3b9298a38 100644 --- a/frontends/amiga/gui.h +++ b/frontends/amiga/gui.h @@ -186,7 +186,8 @@ void ami_gui_update_hotlist_button(struct gui_window_2 *gwin); nserror ami_gui_new_blank_tab(struct gui_window_2 *gwin); int ami_gui_count_windows(int window, int *tabs); void ami_gui_set_scale(struct gui_window *gw, float scale); - +void ami_set_pointer(struct gui_window_2 *gwin, gui_pointer_shape shape, bool update); +void ami_reset_pointer(struct gui_window_2 *gwin); /** * Close a window and all tabs attached to it. -- cgit v1.2.3