summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-11 22:52:37 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-11 22:52:37 +0100
commited69b483ed9d37818f483ccc9340ca7c197724d5 (patch)
treed6752fc530bd4d93cfd23319da8bc2aa057ca4a9 /types.h
parent304fd382db98a6a134e0e281cc6f4cf27fb0789a (diff)
downloadnsxiv-ed69b483ed9d37818f483ccc9340ca7c197724d5.tar.zst
Double click on thumbnail to open image
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 2 insertions, 1 deletions
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);