mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 10:05:22 +00:00
X11: Fix infinite loop from Expose events being returned
This commit is contained in:
parent
9ab5c1d099
commit
aa6e61be2e
@ -450,10 +450,7 @@ bool display_output_x11::main_loop_wait(double t) {
|
||||
XUnionRectWithRegion(&r, x11_stuff.region, x11_stuff.region);
|
||||
XSync(display, False);
|
||||
|
||||
// modify for propagation
|
||||
ev.xexpose.x += window.x;
|
||||
ev.xexpose.y += window.y;
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
case PropertyNotify: {
|
||||
|
Loading…
Reference in New Issue
Block a user