]> source.dussan.org Git - tigervnc.git/commit
Remove fake framebuffer update request call
authorPierre Ossman <ossman@cendio.se>
Thu, 28 Dec 2023 08:33:07 +0000 (09:33 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 12 Aug 2024 14:48:03 +0000 (16:48 +0200)
commitaf1500bfdeea7a03d7f32c24eda394a04ccbea8e
treeece53e28cdf982bde368d447a16e64d76a27e20a
parent5c108b657890d9f2a92de1060884448448b6e565
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