On 05/18/2010 08:49 AM, Alexander Graf wrote:
diff --git a/vnc.h b/vnc.h index 96f3fe7..ec7f481 100644 --- a/vnc.h +++ b/vnc.h @@ -166,6 +166,12 @@ struct VncState /* Tight */ uint8_t tight_quality; uint8_t tight_compression; + uint8_t tight_pixel24; + Buffer tight; + Buffer tight_tmp; + Buffer tight_zlib; + int tight_levels[4]; + z_stream tight_stream[4];You just shrunk down things to a single stream for zlib, so why go with 4 here? Did I miss anything?
Tight requires 4 streams. Regards, Anthony Liguori
Alex
