diff options
-rw-r--r-- | src/evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c index a7a0f3f..428d3c1 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -1145,8 +1145,8 @@ EvdevAddRelValuatorClass(DeviceIntPtr device) /* We don't post wheel events, so ignore them here too */ if (axis == REL_WHEEL || axis == REL_HWHEEL || axis == REL_DIAL) continue; - if (!EvdevBitIsSet(pEvdev->rel_bitmask, axis)) #endif + if (!EvdevBitIsSet(pEvdev->rel_bitmask, axis)) continue; pEvdev->axis_map[axis] = i; i++; |