vnc: only use a single zlib stream
authorCorentin Chary <corentincj@iksaif.net>
Wed, 19 May 2010 07:24:04 +0000 (09:24 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Jun 2010 17:53:09 +0000 (12:53 -0500)
commit18b9efae0f5997b2a6159561ceec9a2a00144629
treecbe46b8d447740a8c024d07953d77d53a96a72c7
parent3ec5f2aefb71621b9c23bd846f88d92615636db2
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>
vnc-encoding-zlib.c
vnc.h