tDon't set focus on mouse press - glazier - window management experiments
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit f89ceeea69b691ad63e0189581e39eaa14b5a43f
(DIR) parent 4ff647b4cf2634c47bef4581ab8f1a4ab753d736
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Tue, 22 Oct 2019 08:20:42 +0200
Don't set focus on mouse press
Diffstat:
M glazier.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/glazier.c b/glazier.c
t@@ -201,7 +201,6 @@ cb_mouse_press(xcb_generic_event_t *ev)
}
wm_restack(curwid, XCB_STACK_MODE_ABOVE);
- wm_set_focus(wid);
cursor.x = e->root_x - wm_get_attribute(curwid, ATTR_X);
cursor.y = e->root_y - wm_get_attribute(curwid, ATTR_Y);