X11: Fix infinite loop from Expose events being returned
This commit is contained in:
@@ -450,10 +450,7 @@ bool display_output_x11::main_loop_wait(double t) {
|
|||||||
XUnionRectWithRegion(&r, x11_stuff.region, x11_stuff.region);
|
XUnionRectWithRegion(&r, x11_stuff.region, x11_stuff.region);
|
||||||
XSync(display, False);
|
XSync(display, False);
|
||||||
|
|
||||||
// modify for propagation
|
continue;
|
||||||
ev.xexpose.x += window.x;
|
|
||||||
ev.xexpose.y += window.y;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case PropertyNotify: {
|
case PropertyNotify: {
|
||||||
|
Reference in New Issue
Block a user