]> source.dussan.org Git - tigervnc.git/commit
Fix calculation of maximum lossless refresh area
authorPierre Ossman <ossman@cendio.se>
Wed, 19 Sep 2018 14:27:56 +0000 (16:27 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 20 Sep 2018 10:08:46 +0000 (12:08 +0200)
commit10bea2819ba8f4ec4aee5cfe9daf5a6941540557
tree4209062d5468a0dd10e994cddf02fb5180f7fac5
parent7a368c9e20afd681242068cccf8cbf64f40e231f
Fix calculation of maximum lossless refresh area

The update size is in bytes, but we are counting pixels. So make
sure we convert things properly before comparing.
common/rfb/EncodeManager.cxx