commit | 207f328afc2137d422f59293ba37b8be5d3e1617 | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Fri Feb 04 09:06:03 2011 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Feb 23 16:28:29 2011 -0600 |
tree | 1973b91c0ccbc2e75dac8aad7fa2c28dd20d6635 | |
parent | 368d25881c94f9e09ef19a3d93e8fec797dbcd05 [diff] |
vnc: fix lossy rect refreshing The for loop in send_lossy_rect was totally wrong, and we can't call vnc_set_bits() because it does not really do what it should. Use vnc_set_bit() directly instead. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>