mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 02:13:29 +00:00
bugfix
This commit is contained in:
@@ -53,7 +53,7 @@ static void sync_move(MwLL handle, int x, int y) {
|
|||||||
XSync(handle->x11.display, False);
|
XSync(handle->x11.display, False);
|
||||||
if(!XPending(handle->x11.display)) continue;
|
if(!XPending(handle->x11.display)) continue;
|
||||||
XNextEvent(handle->x11.display, &ev);
|
XNextEvent(handle->x11.display, &ev);
|
||||||
if(ev.type == ReparentNotify && ev.xreparent.window == handle->x11.window && ev.xreparent.window != RootWindow(handle->x11.display, DefaultScreen(handle->x11.display))) {
|
if(ev.type == ReparentNotify && ev.xreparent.window == handle->x11.window) {
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
arrput(queue, ev);
|
arrput(queue, ev);
|
||||||
|
|||||||
Reference in New Issue
Block a user