]> source.dussan.org Git - tigervnc.git/commitdiff
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)
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

index 140d82ad13a8d5a23f681700793529c6e931ec87..4912d6c5364d7b472a4f0707345305a6cf92131e 100644 (file)
@@ -419,7 +419,6 @@ void VNCServerWin32::setConnStatus(ListConnInfo* listConn)
         break;
       }
       conn->setAccessRights(ar);
-      conn->framebufferUpdateRequest(vncServer.getPixelBuffer()->getRect(), false);
     }
   }
 }