diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-03-12 22:50:10 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-03-12 22:50:10 -0700 |
commit | 494150f1a9fd8ae717b8f4e41f6e13f6f89d3bef (patch) | |
tree | ca403563b6eace7c7453e2160f22c6262c117c86 /common | |
parent | a47a3cee1af35b404df371ad0d19eee1cdd943c7 (diff) | |
download | xrdp-proprietary-494150f1a9fd8ae717b8f4e41f6e13f6f89d3bef.tar.gz xrdp-proprietary-494150f1a9fd8ae717b8f4e41f6e13f6f89d3bef.zip |
work on new(color) cursors
Diffstat (limited to 'common')
-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 1aa18eb5..d6ea3a96 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -126,6 +126,7 @@ #define RDP_POINTER_MOVE 3 #define RDP_POINTER_COLOR 6 #define RDP_POINTER_CACHED 7 +#define RDP_POINTER_POINTER 8 #define RDP_NULL_POINTER 0 #define RDP_DEFAULT_POINTER 0x7F00 |