From 6b7737acc3f6daa4ca0d4546d2bf4cddc7236e2d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 Apr 2003 22:31:00 +0000 Subject: [PATCH] the mouse grab screws that up --- openbox/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/event.c b/openbox/event.c index ed214af7..bdafd126 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -408,8 +408,8 @@ static void event_process(XEvent *e) e->type == KeyPress || e->type == KeyRelease) { moveresize_event(e); - if (!(e->type == ButtonPress || e->type == ButtonRelease)) - return; /* no dispatch! */ + return; /* no dispatch! */ + } /* user input (action-bound) events */ -- 2.45.2