mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] wayland: fix infinite resize loop
The intention has been to keep wlWm.needsResize true when skipping resize, but I accidentally negated the value.
This commit is contained in:
parent
cb29de80f9
commit
8b68a96ee1
@ -128,7 +128,7 @@ void waylandEGLSwapBuffers(EGLDisplay display, EGLSurface surface, const struct
|
|||||||
(struct Border) {0, 0, 0, 0});
|
(struct Border) {0, 0, 0, 0});
|
||||||
app_invalidateWindow(true);
|
app_invalidateWindow(true);
|
||||||
waylandStopWaitFrame();
|
waylandStopWaitFrame();
|
||||||
wlWm.needsResize = !skipResize;
|
wlWm.needsResize = skipResize;
|
||||||
}
|
}
|
||||||
|
|
||||||
waylandShellAckConfigureIfNeeded();
|
waylandShellAckConfigureIfNeeded();
|
||||||
|
Loading…
Reference in New Issue
Block a user