diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-12-28 09:33:07 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2024-08-12 16:48:03 +0200 |
commit | af1500bfdeea7a03d7f32c24eda394a04ccbea8e (patch) | |
tree | ece53e28cdf982bde368d447a16e64d76a27e20a /win | |
parent | 5c108b657890d9f2a92de1060884448448b6e565 (diff) | |
download | tigervnc-af1500bfdeea7a03d7f32c24eda394a04ccbea8e.tar.gz tigervnc-af1500bfdeea7a03d7f32c24eda394a04ccbea8e.zip |
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.
Diffstat (limited to 'win')
-rw-r--r-- | win/winvnc/VNCServerWin32.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } } |