commit | a885211eed4e853c64d1419a0113c12048ecd5a1 | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Wed May 19 09:24:09 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jun 01 12:53:09 2010 -0500 |
tree | 72ec51401215ae87203e9fb79e6539155c37538e | |
parent | 161c4f20bfbd54f0b77426adccb68ee831678af0 [diff] |
vnc: return the number of rectangles Some encodings like tight supports tiling (spliting in multiple sub-rectangles). So we needed a way to tell vnc_update_client() how much rectangles are in the buffer. zlib, raw and hextile always send a full rectangle. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>