summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-03 17:01:39 +0200
committerBert <ber.t@gmx.com>2011-09-03 17:01:39 +0200
commita7a849761fed7f829da3874ef6a5b5097a7b9e6a (patch)
tree5ac30b916063bff6da4ebd691e00fc23311f3ed9 /types.h
parent9fa0bbca17f6346f10cffb618d2905dd3711c291 (diff)
downloadnsxiv-a7a849761fed7f829da3874ef6a5b5097a7b9e6a.tar.zst
Simplified cursor resetting
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 bf8d4e2..79c0b5a 100644
--- a/types.h
+++ b/types.h
@@ -35,7 +35,7 @@ typedef struct {
enum {
TO_REDRAW_RESIZE = 75,
TO_REDRAW_THUMBS = 200,
- TO_CURSOR_HIDE = 1500
+ TO_CURSOR_HIDE = 1200
};
typedef void (*timeout_f)(void);