From b6cb19982f17c6ed576116192a3fb18fb9d86e32 Mon Sep 17 00:00:00 2001 From: zbierak Date: Wed, 13 Apr 2016 20:49:05 +0200 Subject: [PATCH] Increase MAX_ENCODINGS value to accommodate more client encodings Resolves #112 --- rfb/rfbproto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 8e607e5..9cf6a0a 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -120,7 +120,7 @@ typedef uint32_t in_addr_t; #define INADDR_NONE ((in_addr_t) 0xffffffff) #endif -#define MAX_ENCODINGS 21 +#define MAX_ENCODINGS 64 /***************************************************************************** *