From af1500bfdeea7a03d7f32c24eda394a04ccbea8e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 28 Dec 2023 09:33:07 +0100 Subject: [PATCH] Remove fake framebuffer update request call This method should only be called when the client actually sends a framebuffer update request, otherwise we might send data the client is not ready for. It's unclear what the purpose of this call is, so we have no better fix than to just remove it. --- win/winvnc/VNCServerWin32.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/win/winvnc/VNCServerWin32.cxx b/win/winvnc/VNCServerWin32.cxx index 140d82ad..4912d6c5 100644 --- a/win/winvnc/VNCServerWin32.cxx +++ b/win/winvnc/VNCServerWin32.cxx @@ -419,7 +419,6 @@ void VNCServerWin32::setConnStatus(ListConnInfo* listConn) break; } conn->setAccessRights(ar); - conn->framebufferUpdateRequest(vncServer.getPixelBuffer()->getRect(), false); } } } -- 2.39.5