diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2017-11-01 15:13:58 +0900 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-11-06 16:18:42 +0900 |
commit | a6fd518a48b53c41e81b37b0c66703cc350d6ea7 (patch) | |
tree | 12bcbc63d56d07ca8e4ff0cca16bd5848226e8cb /common | |
parent | 24758934027e7532d4499cf2aa461f1a8d364078 (diff) | |
download | xrdp-proprietary-a6fd518a48b53c41e81b37b0c66703cc350d6ea7.tar.gz xrdp-proprietary-a6fd518a48b53c41e81b37b0c66703cc350d6ea7.zip |
fix typo s/Roration/Rotation/
Diffstat (limited to 'common')
-rw-r--r-- | common/xrdp_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 57f3439b..36a43721 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -194,7 +194,7 @@ #define PTRFLAGS_HWHEEL 0x0400 #define PTRFLAGS_WHEEL 0x0200 #define PTRFLAGS_WHEEL_NEGATIVE 0x0100 -#define WheelRorationMask 0x01FF +#define WheelRotationMask 0x01FF #define PTRFLAGS_MOVE 0x0800 #define PTRFLAGS_DOWN 0x8000 #define PTRFLAGS_BUTTON1 0x1000 |