summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-05 12:30:31 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-05 12:30:31 +0200
commitb8fd923e740bcbaebe523c48ca67c3725c1b3863 (patch)
tree5390e7af412714ed3e4c5f9e6ff36d2190ee17a5 /types.h
parente310136e02ada4862c250280034d36fbfa24fc61 (diff)
downloadnsxiv-b8fd923e740bcbaebe523c48ca67c3725c1b3863.tar.zst
Simplify cursor handling
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 {