From ce7ea957602bc5295de08e13ba0fb7475f909b33 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 11 Feb 2017 17:05:54 -0500 Subject: fix moving the mouse after making a selection previously it was always moving the existing selection around even if the mouse button wasn't held down --- src/window-xlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window-xlib.h') 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); -- cgit v1.2.3-54-g00ecf