aboutsummaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
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 */