Put event handling back into main.c; events -> commands

This commit is contained in:
Bert
2011-08-19 15:02:10 +02:00
parent 1d7849efc1
commit 1d749382f0
5 changed files with 211 additions and 216 deletions

View File

@@ -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 */