diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -65,9 +65,11 @@ typedef enum { typedef enum { CURSOR_ARROW, - CURSOR_NONE, CURSOR_DRAG, - CURSOR_WATCH + CURSOR_WATCH, + CURSOR_NONE, + + CURSOR_COUNT } cursor_t; typedef enum { |