From 9a8a28c117f9185876e51aeefdb822532d5c71fa Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 30 Nov 2004 16:36:27 +0000 Subject: [PATCH] add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder --- rfb/rfbproto.h | 1 + 1 file changed, 1 insertion(+) 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