summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-21 18:26:21 +0100
committerBert <ber.t@gmx.com>2011-02-21 18:26:21 +0100
commitfde9f5bf859e582fb85d43831b90b7588ebfc3d3 (patch)
tree5293ce2837f092ce2aa36152afdf972d3a465eb5 /window.h
parent280fcf6bf005476fb51330f22ef503d4474a13f7 (diff)
downloadnsxiv-fde9f5bf859e582fb85d43831b90b7588ebfc3d3.tar.zst
Hide cursor on redraw or after 1.5s mouse inactivity
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index e06c19f..01fa90c 100644
--- a/window.h
+++ b/window.h
@@ -25,6 +25,7 @@
typedef enum win_cur_e {
CURSOR_ARROW = 0,
+ CURSOR_NONE,
CURSOR_HAND,
CURSOR_WATCH
} win_cur_t;