summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2018-10-25 16:21:45 +0900
committerGitHub <noreply@github.com>2018-10-25 16:21:45 +0900
commit6270956ff1ce19eeadb473351cefa6d4024a4fc2 (patch)
tree364bfee513b405fb8d8dafe18ab1b1b409e0a497
parentc2ade7a1f7318527bd8cb5aedc4ed127c5546c94 (diff)
parentc15cd91198b7393cf7c9d2576f1762a22acc017f (diff)
downloadxrdp-proprietary-6270956ff1ce19eeadb473351cefa6d4024a4fc2.tar.gz
xrdp-proprietary-6270956ff1ce19eeadb473351cefa6d4024a4fc2.zip
Merge pull request #1236 from metalefty/constants
common: add constants of glyph support level
-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