Commit afc931f1 authored by runge's avatar runge

Move our rfbEncodings numbers out of the TightVNC range.

parent 11a5ea9f
......@@ -443,10 +443,6 @@ typedef struct {
#define rfbEncodingLastRect 0xFFFFFF20
#define rfbEncodingNewFBSize 0xFFFFFF21
#define rfbEncodingKeyboardLedState 0xFFFFFF22
#define rfbEncodingSupportedMessages 0xFFFFFF23
#define rfbEncodingSupportedEncodings 0xFFFFFF24
#define rfbEncodingServerIdentity 0xFFFFFF25
#define rfbEncodingQualityLevel0 0xFFFFFFE0
#define rfbEncodingQualityLevel1 0xFFFFFFE1
......@@ -460,7 +456,11 @@ typedef struct {
#define rfbEncodingQualityLevel9 0xFFFFFFE9
/* LibVNCServer additions. We claim 0xFFFE0000 - 0xFFFE00FF */
#define rfbEncodingKeyboardLedState 0xFFFE0000
#define rfbEncodingSupportedMessages 0xFFFE0001
#define rfbEncodingSupportedEncodings 0xFFFE0002
#define rfbEncodingServerIdentity 0xFFFE0003
/*****************************************************************************
......
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