summaryrefslogtreecommitdiffstats
path: root/common/rfb/encodings.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/encodings.h')
-rw-r--r--common/rfb/encodings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/encodings.h b/common/rfb/encodings.h
index acb86ecc..cf0c8572 100644
--- a/common/rfb/encodings.h
+++ b/common/rfb/encodings.h
@@ -63,6 +63,9 @@ namespace rfb {
const int pseudoEncodingVMwareCursor = 0x574d5664;
const int pseudoEncodingVMwareLEDState = 0x574d5668;
+ // UltraVNC-specific
+ const int pseudoEncodingExtendedClipboard = 0xC0A1E5CE;
+
int encodingNum(const char* name);
const char* encodingName(int num);
}