mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
fixed bug with window moving
This commit is contained in:
@@ -1717,7 +1717,7 @@ wMouseMoveWindow(WWindow *wwin, XEvent *ev)
|
||||
break;
|
||||
}
|
||||
}
|
||||
while (!XCheckTypedEvent(dpy, LeaveNotify, &e)) {
|
||||
while (XCheckTypedEvent(dpy, LeaveNotify, &e)) {
|
||||
if (e.xcrossing.time > event.xbutton.time) {
|
||||
XPutBackEvent(dpy, &e);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user