From b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 24 May 2005 08:59:31 +0000 Subject: implement ZRLE decoding --- test/encodingstest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/encodingstest.c b/test/encodingstest.c index 821b2ae..c2f8135 100644 --- a/test/encodingstest.c +++ b/test/encodingstest.c @@ -25,8 +25,7 @@ static encoding_t testEncodings[]={ #ifdef LIBVNCSERVER_HAVE_LIBZ { rfbEncodingZlib, "zlib" }, { rfbEncodingZlibHex, "zlibhex" }, - /* TODO: implement ZRLE decoding */ - /* { rfbEncodingZRLE, "zrle" }, */ + { rfbEncodingZRLE, "zrle" }, #ifdef LIBVNCSERVER_HAVE_LIBJPEG { rfbEncodingTight, "tight" }, #endif -- cgit v1.2.3