Double click on thumbnail to open image

This commit is contained in:
Bert Münnich
2014-01-11 22:52:37 +01:00
parent 304fd382db
commit ed69b483ed
2 changed files with 13 additions and 8 deletions

View File

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