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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 46ed900..c7bca22 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -20,6 +20,7 @@ struct runes_window {
unsigned int owns_selection: 1;
unsigned int visual_bell_is_ringing: 1;
unsigned int delaying: 1;
+ unsigned int mouse_down: 1;
};
RunesWindow *runes_window_new(RunesWindowBackend *wb);