summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2017-11-01 15:13:58 +0900
committermetalefty <meta@vmeta.jp>2017-11-06 16:18:42 +0900
commita6fd518a48b53c41e81b37b0c66703cc350d6ea7 (patch)
tree12bcbc63d56d07ca8e4ff0cca16bd5848226e8cb /common
parent24758934027e7532d4499cf2aa461f1a8d364078 (diff)
downloadxrdp-proprietary-a6fd518a48b53c41e81b37b0c66703cc350d6ea7.tar.gz
xrdp-proprietary-a6fd518a48b53c41e81b37b0c66703cc350d6ea7.zip
fix typo s/Roration/Rotation/
Diffstat (limited to 'common')
-rw-r--r--common/xrdp_constants.h2
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