aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 6c87105..57402e0 100644
--- a/types.h
+++ b/types.h
@@ -66,7 +66,7 @@ typedef enum {
typedef enum {
CURSOR_ARROW,
CURSOR_NONE,
- CURSOR_HAND,
+ CURSOR_DRAG,
CURSOR_WATCH
} cursor_t;