From 07024b05c4be91498245a3066fc3365259acf8bd Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 3 Jan 2013 19:53:20 +0000 Subject: Change the mouse pointer back to what it was (and what NetSurf thinks it is) instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable. --- amiga/theme.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/theme.h') 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 -- cgit v1.2.3