summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordscho <dscho>2005-05-24 08:59:31 +0000
committerdscho <dscho>2005-05-24 08:59:31 +0000
commitb225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe (patch)
tree4b884e5d4c0effe1ae95b6f07b61c5a7a0701e85 /test
parent93ab95b1d39ac139b0af796fbe8557dda67efda7 (diff)
downloadlibtdevnc-b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe.tar.gz
libtdevnc-b225ee993ac49bbde5f3cf56c06a7ae80bb7e1fe.zip
implement ZRLE decoding
Diffstat (limited to 'test')
-rw-r--r--test/encodingstest.c3
1 files changed, 1 insertions, 2 deletions
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