summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorzbierak <zbierak@users.noreply.github.com>2016-04-13 20:49:05 +0200
committerzbierak <zbierak@users.noreply.github.com>2016-04-13 20:49:05 +0200
commitb6cb19982f17c6ed576116192a3fb18fb9d86e32 (patch)
tree9cf9a69ac7d0ae804fe82eb3e351100c692362e2 /rfb
parentd28d20f56dda39916befb762e62bb94f3f845a3a (diff)
downloadlibtdevnc-b6cb19982f17c6ed576116192a3fb18fb9d86e32.tar.gz
libtdevnc-b6cb19982f17c6ed576116192a3fb18fb9d86e32.zip
Increase MAX_ENCODINGS value to accommodate more client encodings
Resolves #112
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfbproto.h2
1 files changed, 1 insertions, 1 deletions
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
/*****************************************************************************
*