summaryrefslogtreecommitdiffstats
path: root/common/xrdp_constants.h
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-09-29 14:16:10 +0900
committermetalefty <meta@vmeta.jp>2017-10-02 09:39:48 +0900
commitced3a4817fb4303e4575e45354f3914f7ec89cbb (patch)
treefbb1c86854973d70d3e37d88218593c5d35a0cff /common/xrdp_constants.h
parentc295dd61b882e8b56677cf12791f43634f9190b5 (diff)
downloadxrdp-proprietary-ced3a4817fb4303e4575e45354f3914f7ec89cbb.tar.gz
xrdp-proprietary-ced3a4817fb4303e4575e45354f3914f7ec89cbb.zip
xrdp: constify input event type
Diffstat (limited to 'common/xrdp_constants.h')
-rw-r--r--common/xrdp_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h
index f1b13234..14028032 100644
--- a/common/xrdp_constants.h
+++ b/common/xrdp_constants.h
@@ -165,6 +165,7 @@
#define RDP_NULL_POINTER 0
#define RDP_DEFAULT_POINTER 0x7F00
+/* Input event type (MS-RDPBCGR 2.2.8.1.1.3.1.1) */
#define RDP_INPUT_SYNCHRONIZE 0
#define RDP_INPUT_CODEPOINT 1
#define RDP_INPUT_VIRTKEY 2