diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2017-09-29 14:16:10 +0900 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-10-02 09:39:48 +0900 |
commit | ced3a4817fb4303e4575e45354f3914f7ec89cbb (patch) | |
tree | fbb1c86854973d70d3e37d88218593c5d35a0cff /common/xrdp_constants.h | |
parent | c295dd61b882e8b56677cf12791f43634f9190b5 (diff) | |
download | xrdp-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.h | 1 |
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 |