From ed69b483ed9d37818f483ccc9340ca7c197724d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sat, 11 Jan 2014 22:52:37 +0100 Subject: Double click on thumbnail to open image --- types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'types.h') diff --git a/types.h b/types.h index 41bfd5e..2e250ce 100644 --- a/types.h +++ b/types.h @@ -76,7 +76,8 @@ typedef struct { enum { TO_REDRAW_RESIZE = 75, TO_REDRAW_THUMBS = 200, - TO_CURSOR_HIDE = 1200 + TO_CURSOR_HIDE = 1200, + TO_DOUBLE_CLICK = 300 }; typedef void (*timeout_f)(void); -- cgit v1.2.3