Simplified cursor resetting

This commit is contained in:
Bert
2011-09-03 17:01:39 +02:00
parent 9fa0bbca17
commit a7a849761f
4 changed files with 48 additions and 44 deletions

View File

@ -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);