From: Dana Jansens Date: Fri, 18 Apr 2003 22:31:00 +0000 (+0000) Subject: the mouse grab screws that up X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=6b7737acc3f6daa4ca0d4546d2bf4cddc7236e2d;p=chaz%2Fopenbox the mouse grab screws that up --- 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 */