summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_window.h')
-rw-r--r--desktop/gui_window.h3
1 files changed, 2 insertions, 1 deletions
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.