diff options
Diffstat (limited to 'Xi')
-rw-r--r-- | Xi/stubs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Xi/stubs.c b/Xi/stubs.c index 90aeddbc7..27afcea53 100644 --- a/Xi/stubs.c +++ b/Xi/stubs.c @@ -287,7 +287,8 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev, switch (control->control) { case DEVICE_RESOLUTION: return (BadMatch); - case DEVICE_TOUCHSCREEN: + case DEVICE_ABS_CALIB: + case DEVICE_ABS_AREA: return (BadMatch); case DEVICE_CORE: return (BadMatch); |