]> source.dussan.org Git - tigervnc.git/commit
Avoid losing updates on partial requests
authorPierre Ossman <ossman@cendio.se>
Tue, 9 Jun 2015 14:10:39 +0000 (16:10 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 9 Jun 2015 14:10:39 +0000 (16:10 +0200)
commitb64dbf29aeaaa41eed47ea48e3ccfa9ae563c6f2
tree4db4c64e493e9e1cba224423a454c7f1e94faf8c
parent671d2effa0b30b8883edb8d7f6f65e23f0908311
Avoid losing updates on partial requests

A request may be for only part of the frame buffer, meaning we cannot
discard all changes just because we've send out an update. There might
still be modified areas remaining that haven't been requested yet.
common/rfb/VNCSConnectionST.cxx