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)
commit27ad925067165acccc0c51c358ad05180e4f17d2
tree1973b91c0ccbc2e75dac8aad7fa2c28dd20d6635
parent885437c19e02f822ac3117f787dd4c9d546514d9
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