1
0
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:
kojima
2000-03-30 03:54:10 +00:00
parent 355fffe3c4
commit 27b9c077a4

View File

@@ -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;