diff --git a/client/displayservers/Wayland/gl.c b/client/displayservers/Wayland/gl.c index 200ccd9f..df5e4658 100644 --- a/client/displayservers/Wayland/gl.c +++ b/client/displayservers/Wayland/gl.c @@ -128,7 +128,7 @@ void waylandEGLSwapBuffers(EGLDisplay display, EGLSurface surface, const struct (struct Border) {0, 0, 0, 0}); app_invalidateWindow(true); waylandStopWaitFrame(); - wlWm.needsResize = !skipResize; + wlWm.needsResize = skipResize; } waylandShellAckConfigureIfNeeded();