summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-01-10 20:19:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-01-10 20:26:32 -0600
commit366c7e7c2122cc4271a2dd65d270ac4175edd5e4 (patch)
tree17efa94789b6774857c334ba17835457ff8b5614 /rfb/rfbproto.h
parent396a3464b94760feb37c3cb173646a581281fd01 (diff)
downloadlibtdevnc-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.h8
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