From f2ecc74354ec374057ef02c56ce1ddb5349a2aa3 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 20 Mar 2009 20:31:00 +0000 Subject: [PATCH] Add official allocations for extended desktop size extension. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3704 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/encodings.h | 2 +- common/rfb/msgTypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/rfb/encodings.h b/common/rfb/encodings.h index 2f3b430f..17c7f29f 100644 --- a/common/rfb/encodings.h +++ b/common/rfb/encodings.h @@ -33,7 +33,7 @@ namespace rfb { const unsigned int pseudoEncodingXCursor = 0xffffff10; const unsigned int pseudoEncodingCursor = 0xffffff11; const unsigned int pseudoEncodingDesktopSize = 0xffffff21; - const unsigned int pseudoEncodingExtendedDesktopSize = 0xfffffecb; // FIXME: Unofficial + const unsigned int pseudoEncodingExtendedDesktopSize = 0xfffffecc; const unsigned int pseudoEncodingDesktopName = 0xfffffecdl; // TightVNC-specific diff --git a/common/rfb/msgTypes.h b/common/rfb/msgTypes.h index 6bda3453..be700325 100644 --- a/common/rfb/msgTypes.h +++ b/common/rfb/msgTypes.h @@ -40,6 +40,6 @@ namespace rfb { const int msgTypeEnableContinuousUpdates = 150; - const int msgTypeSetDesktopSize = 251; // FIXME: Unofficial + const int msgTypeSetDesktopSize = 251; } #endif -- 2.39.5