aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-05 04:02:53 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-05 04:02:53 -0400
commitaf6c892e245dfae3b6e472e98afa68cf8d8e4939 (patch)
treede01c02dbb4a0dce7143f2afe2eb86e39f6562c2 /src/window-xlib.h
parentd5b759b9170b84d4257568da236b6057f268b12d (diff)
downloadrunes-af6c892e245dfae3b6e472e98afa68cf8d8e4939.tar.gz
runes-af6c892e245dfae3b6e472e98afa68cf8d8e4939.zip
implement double click to select words and triple click to select lines
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 21ac4de..7819c5b 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -16,6 +16,9 @@ struct runes_window {
cairo_t *backend_cr;
+ unsigned int multi_clicks;
+ void *multi_click_timer_event;
+
unsigned int visual_bell_is_ringing: 1;
unsigned int delaying: 1;
};