diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-01-22 22:13:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 22:13:15 +0100 |
commit | ccd7208cf32b4011db0b558185df9f8caf8f5455 (patch) | |
tree | f57eb58328198a107a48d6685b73e09ea3b14796 /rfb | |
parent | 6814e946e0afed20a6ef0f45a9bcbfeda2e77706 (diff) | |
parent | beb82f8dde3c1e1d4d6600e568283919e5a04712 (diff) | |
download | libtdevnc-ccd7208cf32b4011db0b558185df9f8caf8f5455.tar.gz libtdevnc-ccd7208cf32b4011db0b558185df9f8caf8f5455.zip |
Merge pull request #197 from wwqwwqwd/master
Add trle decoder
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbproto.h | 1 |
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 |