From e82d83f1847ebc369a5f48a18217a8f5fecf3824 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Jan 2014 14:51:27 +0000 Subject: move four more optional window operations to table --- riscos/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 827af8108..1abb40fba 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -154,6 +154,7 @@ browser_mouse_state ro_gui_mouse_drag_state(wimp_mouse_state buttons, bool ro_gui_shift_pressed(void); bool ro_gui_ctrl_pressed(void); bool ro_gui_alt_pressed(void); +void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape); /* in history.c */ void ro_gui_history_init(void); -- cgit v1.2.3