summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorWiki Wang <wikiwang@live.com>2017-09-15 14:21:07 +0800
committerWiki Wang <wikiwang@live.com>2017-09-15 14:23:23 +0800
commitbeb82f8dde3c1e1d4d6600e568283919e5a04712 (patch)
treef57eb58328198a107a48d6685b73e09ea3b14796 /rfb
parent6814e946e0afed20a6ef0f45a9bcbfeda2e77706 (diff)
downloadlibtdevnc-beb82f8dde3c1e1d4d6600e568283919e5a04712.tar.gz
libtdevnc-beb82f8dde3c1e1d4d6600e568283919e5a04712.zip
Add trle decoder
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index b447170..dfb2c28 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -438,6 +438,7 @@ typedef struct {
#define rfbEncodingTightPng 0xFFFFFEFC /* -260 */
#define rfbEncodingZlibHex 8
#define rfbEncodingUltra 9
+#define rfbEncodingTRLE 15
#define rfbEncodingZRLE 16
#define rfbEncodingZYWRLE 17