diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-12-10 00:11:28 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-12-10 00:11:28 -0800 |
commit | 2f8d3ba9da68c120a5a4f156a0da06c135b9e862 (patch) | |
tree | 1b22111188894eaa0526fe54d0ec463ef27df4e8 /common/xrdp_constants.h | |
parent | 42272c0f1891264af718e8f0a02ebc883f248ed8 (diff) | |
download | xrdp-proprietary-2f8d3ba9da68c120a5a4f156a0da06c135b9e862.tar.gz xrdp-proprietary-2f8d3ba9da68c120a5a4f156a0da06c135b9e862.zip |
add unicode support
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 7dcb3064..795264a5 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -160,6 +160,7 @@ #define RDP_INPUT_CODEPOINT 1 #define RDP_INPUT_VIRTKEY 2 #define RDP_INPUT_SCANCODE 4 +#define RDP_INPUT_UNICODE 5 #define RDP_INPUT_MOUSE 0x8001 #define RDP_INPUT_MOUSEX 0x8002 |