all repos — openbox @ 6b7737acc3f6daa4ca0d4546d2bf4cddc7236e2d

openbox fork - make it a bit more like ryudo

the mouse grab screws that up
Dana Jansens danakj@orodu.net
commit

6b7737acc3f6daa4ca0d4546d2bf4cddc7236e2d

parent

2829849b714a37d2efe4674c7a2a3e4b473edcf9

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -408,8 +408,8 @@ e->type == ButtonPress ||

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 */