diff options
author | dscho <dscho> | 2004-11-30 16:36:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-11-30 16:36:27 +0000 |
commit | 9a8a28c117f9185876e51aeefdb822532d5c71fa (patch) | |
tree | 78630e19ad44f479442975557c6bd542259c8310 /rfb/rfbproto.h | |
parent | b1ee3af47e41dcc12bef2a336a840d7dae47d30a (diff) | |
download | libtdevnc-9a8a28c117f9185876e51aeefdb822532d5c71fa.tar.gz libtdevnc-9a8a28c117f9185876e51aeefdb822532d5c71fa.zip |
add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder
Diffstat (limited to 'rfb/rfbproto.h')
-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 5267d76..07d0c52 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -343,6 +343,7 @@ typedef struct { #define rfbEncodingZlib 6 #define rfbEncodingTight 7 #define rfbEncodingZlibHex 8 +#define rfbEncodingUltra 9 #endif #ifdef LIBVNCSERVER_BACKCHANNEL #define rfbEncodingBackChannel 15 |