aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/types.h b/types.h
index 57402e0..eacbd62 100644
--- a/types.h
+++ b/types.h
@@ -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 {