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