]> source.dussan.org Git - tigervnc.git/commit
Abstract sending cursor and resizing the desktop
authorPierre Ossman <ossman@cendio.se>
Mon, 29 Oct 2018 09:03:37 +0000 (10:03 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 10 Dec 2018 19:19:41 +0000 (20:19 +0100)
commit2daba9b2049a9943eaed3dca1c36567ba1a84860
tree737e2c238ae93e41670e0ac30e4d3772c6c88426
parentdfc28f12d334900a681e2c522293e0efa70e8ca4
Abstract sending cursor and resizing the desktop

Avoid having the callers need to know about the different variants
of these functions and instead have the writer pick the most appropriate
extension.
common/rfb/ClientParams.cxx
common/rfb/ClientParams.h
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/VNCSConnectionST.cxx