diff options
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 <kb9vqf@pearsoncomputing.net>. 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 |