From 1097cc40b489c3cb1ae97fc93430df685323c70d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 17 Oct 2014 12:21:06 +0100 Subject: remove unecessary browser.h include from core headers --- desktop/gui_window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/gui_window.h') diff --git a/desktop/gui_window.h b/desktop/gui_window.h index e38923dbb..f5240a6b4 100644 --- a/desktop/gui_window.h +++ b/desktop/gui_window.h @@ -60,6 +60,7 @@ struct browser_window; struct form_control; struct rect; struct hlcache_handle; +enum gui_pointer_shape; /** * Graphical user interface window function table. @@ -204,7 +205,7 @@ struct gui_window_table { /** * Change mouse pointer shape */ - void (*set_pointer)(struct gui_window *g, gui_pointer_shape shape); + void (*set_pointer)(struct gui_window *g, enum gui_pointer_shape shape); /** * Place the caret in a browser window. -- cgit v1.2.3