diff options
| author | Koichiro IWAO <meta@vmeta.jp> | 2017-10-27 13:08:10 +0900 |
|---|---|---|
| committer | metalefty <meta@vmeta.jp> | 2017-11-06 16:18:42 +0900 |
| commit | 4a2818e1837542d464099a28d3acedf063b27b18 (patch) | |
| tree | 0a78871af5071f0ffc9020e7191efa0b373efb6c | |
| parent | 3c3eb9ed73c856987c7f3cbbf54a1de8cbba4253 (diff) | |
| download | xrdp-proprietary-4a2818e1837542d464099a28d3acedf063b27b18.tar.gz xrdp-proprietary-4a2818e1837542d464099a28d3acedf063b27b18.zip | |
Add some more Input Capability Set constants
| -rw-r--r-- | common/xrdp_constants.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 14028032..94376cb6 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -595,11 +595,16 @@ #define SOLIDPATTERNBRUSHONLY 0x0040 #define ORDERFLAGS_EXTRA_FLAGS 0x0080 -#define INPUT_FLAG_SCANCODES 0x0001 -#define INPUT_FLAG_MOUSEX 0x0004 -#define INPUT_FLAG_FASTPATH_INPUT 0x0008 -#define INPUT_FLAG_UNICODE 0x0010 -#define INPUT_FLAG_FASTPATH_INPUT2 0x0020 +/* Input Capability Set (MS-RDPBCGR 2.2.7.1.6) */ +#define INPUT_FLAG_SCANCODES 0x0001 +#define INPUT_FLAG_MOUSEX 0x0004 +#define INPUT_FLAG_FASTPATH_INPUT 0x0008 +#define INPUT_FLAG_UNICODE 0x0010 +#define INPUT_FLAG_FASTPATH_INPUT2 0x0020 +#define INPUT_FLAG_UNUSED1 0x0040 +#define INPUT_FLAG_UNUSED2 0x0080 +#define TS_INPUT_FLAG_MOUSE_HWHEEL 0x0100 +#define TS_INPUT_FLAG_QOE_TIMESTAMPS 0x0200 #define COMPDESK_NOT_SUPPORTED 0x0000 #define COMPDESK_SUPPORTED 0x0001 |
