the mouse grab screws that up

This commit is contained in:
Dana Jansens 2003-04-18 22:31:00 +00:00
parent 2829849b71
commit 6b7737acc3

View file

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