From a7a849761fed7f829da3874ef6a5b5097a7b9e6a Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 3 Sep 2011 17:01:39 +0200 Subject: Simplified cursor resetting --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index bf8d4e2..79c0b5a 100644 --- a/types.h +++ b/types.h @@ -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); -- cgit v1.2.3