diff options
-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 |