aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
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;
};