Commit 9a8a28c1 authored by dscho's avatar dscho

add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder

parent b1ee3af4
...@@ -343,6 +343,7 @@ typedef struct { ...@@ -343,6 +343,7 @@ typedef struct {
#define rfbEncodingZlib 6 #define rfbEncodingZlib 6
#define rfbEncodingTight 7 #define rfbEncodingTight 7
#define rfbEncodingZlibHex 8 #define rfbEncodingZlibHex 8
#define rfbEncodingUltra 9
#endif #endif
#ifdef LIBVNCSERVER_BACKCHANNEL #ifdef LIBVNCSERVER_BACKCHANNEL
#define rfbEncodingBackChannel 15 #define rfbEncodingBackChannel 15
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment