summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaixj <daixj@shterm.com>2018-10-25 16:19:54 +0800
committerdaixj <daixj@shterm.com>2018-10-25 16:19:54 +0800
commit8da22cf67a70693a2dd9c49c284581a1cf225d86 (patch)
treea40662c24fd0c79e6929ba44173a150f18e06927
parentb3a188920087bbc0293ee4e61bf8eb8e03a1c752 (diff)
parent6270956ff1ce19eeadb473351cefa6d4024a4fc2 (diff)
downloadxrdp-proprietary-8da22cf67a70693a2dd9c49c284581a1cf225d86.tar.gz
xrdp-proprietary-8da22cf67a70693a2dd9c49c284581a1cf225d86.zip
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel-mac
-rw-r--r--common/xrdp_constants.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h
index 4a6d2c27..fec882a4 100644
--- a/common/xrdp_constants.h
+++ b/common/xrdp_constants.h
@@ -588,6 +588,12 @@
#define KBD_FLAG_CAPITAL 0x0004
#define TS_SYNC_KANA_LOCK 0x0008
+/* Glyph Cache Capability Set: GlyphSupportLevel (MS-RDPBCGR 2.2.7.1.8) */
+#define GLYPH_SUPPORT_NONE 0x0000
+#define GLYPH_SUPPORT_PARTIAL 0x0001
+#define GLYPH_SUPPORT_FULL 0x0002
+#define GLYPH_SUPPORT_ENCODE 0x0003
+
/******************************************************************************
*
* Constants come from other Microsoft products