From d6e49acf0ff267b3ee9a9f1e0102028734803747 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 15:58:09 +0000 Subject: dont need to ignore mouse events during a keyboard grab, they go to the grab-window anyways use our built in grab_keyboard --- openbox/event.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index 502d1962..ca60d6f3 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -591,8 +591,7 @@ static void event_process(const XEvent *ec, gpointer data) if (e->type == ButtonPress || e->type == ButtonRelease || e->type == MotionNotify) { - if (!keyboard_interactively_grabbed()) - mouse_event(client, e); + mouse_event(client, e); } else if (e->type == KeyPress) { keyboard_event((focus_cycle_target ? focus_cycle_target : (focus_hilite ? focus_hilite : client)), -- cgit v1.2.3