xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs

This commit is contained in:
Daniel Stone 2006-10-22 19:49:31 +03:00 committed by Daniel Stone
parent eae6594d03
commit 31a6307b7b

View File

@ -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);