Signed-off-by: Peter Hutterer <[email protected]>
---
 src/xf86Wacom.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
index 38550f2..0480d02 100644
--- a/src/xf86Wacom.c
+++ b/src/xf86Wacom.c
@@ -222,8 +222,8 @@ wcmInitAxes(DeviceIntPtr pWcm)
        if (IsCursor(priv))
        {
                label = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_RZ);
-               min = -900;
-               max = 899;
+               min = MIN_ROTATION;
+               max = MIN_ROTATION + MAX_ROTATION_RANGE - 1;
                min_res = max_res = res = 1;
                mode = Absolute;
        } else if (IsPad(priv))
-- 
1.7.4


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to