diff options
author | speidy <speidy@gmail.com> | 2014-02-11 00:28:43 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2014-02-11 00:28:43 +0200 |
commit | 80204e2536327f46610d5925c552aff235e9f447 (patch) | |
tree | 958d0a4334312240dc1a6ac80fc9f73bbfc5821b /common/xrdp_constants.h | |
parent | d36336b7b5abcd04c5607bd5fa1d46d889098b57 (diff) | |
download | xrdp-proprietary-80204e2536327f46610d5925c552aff235e9f447.tar.gz xrdp-proprietary-80204e2536327f46610d5925c552aff235e9f447.zip |
libxrdp: work on fastpath input, added fastpath option to xrdp.ini
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 0dc327df..d3f20a46 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -161,6 +161,7 @@ #define RDP_INPUT_VIRTKEY 2 #define RDP_INPUT_SCANCODE 4 #define RDP_INPUT_MOUSE 0x8001 +#define RDP_INPUT_MOUSEX 0x8002 /* Device flags */ #define KBD_FLAG_RIGHT 0x0001 |