From 35bb5f96d5daedc961ea887b58bd839b13e8e740 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 19 Mar 2006 17:49:32 +0000 Subject: [project @ 2006-03-19 17:49:32 by dsilvers] Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135 --- desktop/gui.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 578e95c0a..bdc103c7c 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -33,9 +33,12 @@ struct gui_window; struct gui_download_window; typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET, - GUI_POINTER_MENU, GUI_POINTER_UD, GUI_POINTER_LR, - GUI_POINTER_LD, GUI_POINTER_RD, GUI_POINTER_CROSS, - GUI_POINTER_MOVE } gui_pointer_shape; + GUI_POINTER_MENU, GUI_POINTER_UP, GUI_POINTER_DOWN, + GUI_POINTER_LEFT, GUI_POINTER_RIGHT, GUI_POINTER_RU, + GUI_POINTER_LD, GUI_POINTER_LU, GUI_POINTER_RD, + GUI_POINTER_CROSS, GUI_POINTER_MOVE, GUI_POINTER_WAIT, + GUI_POINTER_HELP, GUI_POINTER_NO_DROP, GUI_POINTER_NOT_ALLOWED, + GUI_POINTER_PROGRESS } gui_pointer_shape; #include #include "netsurf/utils/config.h" -- cgit v1.2.3