Home
last modified time | relevance | path

Searched hist:"207 f328afc2137d422f59293ba37b8be5d3e1617" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc.cdiff 207f328afc2137d422f59293ba37b8be5d3e1617 Fri Feb 04 02:06:03 CST 2011 Corentin Chary <corentincj@iksaif.net> 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>