From 1d749382f00bb0bfdb900b6ddb0bb8b3743b99d0 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 19 Aug 2011 15:02:10 +0200 Subject: Put event handling back into main.c; events -> commands --- types.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'types.h') 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 */ -- cgit v1.2.3-54-g00ecf