the mouse grab screws that up
This commit is contained in:
parent
2829849b71
commit
6b7737acc3
1 changed files with 2 additions and 2 deletions
|
@ -408,8 +408,8 @@ static void event_process(XEvent *e)
|
||||||
e->type == KeyPress || e->type == KeyRelease) {
|
e->type == KeyPress || e->type == KeyRelease) {
|
||||||
moveresize_event(e);
|
moveresize_event(e);
|
||||||
|
|
||||||
if (!(e->type == ButtonPress || e->type == ButtonRelease))
|
|
||||||
return; /* no dispatch! */
|
return; /* no dispatch! */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* user input (action-bound) events */
|
/* user input (action-bound) events */
|
||||||
|
|
Loading…
Reference in a new issue