commit | b05ad290e2a5d9074179fede31d54371e1a09a6a | [log] [tgz] |
---|---|---|
author | Corentin Chary <corentincj@iksaif.net> | Wed May 19 09:24:04 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jun 01 12:53:09 2010 -0500 |
tree | cbe46b8d447740a8c024d07953d77d53a96a72c7 | |
parent | 780a049e29447275bd234a3974b2574316140a5f [diff] |
vnc: only use a single zlib stream According to http://tigervnc.org/cgi-bin/rfbproto#zlib-encoding zlib encoding only uses a single stream. Current implementation defines 4 streams but only uses the first one. Remove them and only use a single stream. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>