From 31a6307b7ba5adaa96deb8101ddfcda0262f537d Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 22 Oct 2006 19:49:31 +0300 Subject: xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs --- Xi/stubs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Xi/stubs.c') 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); -- cgit v1.2.3