From a260f648f8fd215cf5f33bb280f689df3f848cd0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 2 Apr 2004 23:12:26 +0000 Subject: [project @ 2004-04-02 23:12:26 by jmb] Implement CSS cursor property svn path=/import/netsurf/; revision=705 --- desktop/gui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 9bb8412e4..95b18083f 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -16,7 +16,9 @@ struct gui_window; typedef struct gui_window gui_window; typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET, - GUI_POINTER_MENU } gui_pointer_shape; + GUI_POINTER_MENU, GUI_POINTER_UD, GUI_POINTER_LR, + GUI_POINTER_LD, GUI_POINTER_RD, GUI_POINTER_CROSS, + GUI_POINTER_MOVE } gui_pointer_shape; #include #include "netsurf/desktop/browser.h" -- cgit v1.2.3