summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-19 15:02:10 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:02:10 +0200
commit1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0 (patch)
treeae38c4e106c771229719c6b4aa87eb2fffbbbc35 /types.h
parent1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 (diff)
downloadnsxiv-1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0.tar.zst
Put event handling back into main.c; events -> commands
Diffstat (limited to 'types.h')
-rw-r--r--types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/types.h b/types.h
index c1bb464..f19d693 100644
--- a/types.h
+++ b/types.h
@@ -31,4 +31,11 @@ typedef struct {
const char *path; /* always absolute */
} fileinfo_t;
+/* timeouts in milliseconds: */
+enum {
+ TO_WIN_RESIZE = 75,
+ TO_CURSOR_HIDE = 1500,
+ TO_THUMBS_LOAD = 200
+};
+
#endif /* TYPES_H */