diff options
author | Timothy Pearson <[email protected]> | 2015-01-10 20:19:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-01-10 20:26:32 -0600 |
commit | 366c7e7c2122cc4271a2dd65d270ac4175edd5e4 (patch) | |
tree | 17efa94789b6774857c334ba17835457ff8b5614 /rfb/rfbproto.h | |
parent | 396a3464b94760feb37c3cb173646a581281fd01 (diff) | |
download | libtdevnc-366c7e7c2122cc4271a2dd65d270ac4175edd5e4.tar.gz libtdevnc-366c7e7c2122cc4271a2dd65d270ac4175edd5e4.zip |
Port required changes for TDE's krfb server from the old libvnc version embedded with krfb
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r-- | rfb/rfbproto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 4169fd6..4baae6d 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -13,6 +13,7 @@ */ /* + * Copyright (C) 2015 Timothy Pearson <[email protected]>. All Rights Reserved. * Copyright (C) 2009-2010 D. R. Commander. All Rights Reserved. * Copyright (C) 2005 Rohit Kumar, Johannes E. Schindelin * Copyright (C) 2004-2008 Sun Microsystems, Inc. All Rights Reserved. @@ -448,6 +449,13 @@ typedef struct { #define rfbEncodingH264 0x48323634 +/* + * Reserved range for TDE: + * 0xFFFE0100 - 0xFFFE01FF + */ + +#define rfbEncodingBackground 0xFFFE0125 + /* Cache & XOR-Zlib - rdv@2002 */ #define rfbEncodingCache 0xFFFF0000 #define rfbEncodingCacheEnable 0xFFFF0001 |