]> git.proxmox.com Git - qemu.git/commit
vnc: fix lossy rect refreshing
authorCorentin Chary <corentincj@iksaif.net>
Fri, 4 Feb 2011 08:06:03 +0000 (09:06 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 23 Feb 2011 22:28:29 +0000 (16:28 -0600)
commit207f328afc2137d422f59293ba37b8be5d3e1617
tree1973b91c0ccbc2e75dac8aad7fa2c28dd20d6635
parent368d25881c94f9e09ef19a3d93e8fec797dbcd05
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>
ui/vnc.c