summaryrefslogtreecommitdiff
path: root/Xi
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-10-22 19:49:31 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-10-22 19:49:31 +0300
commit31a6307b7ba5adaa96deb8101ddfcda0262f537d (patch)
tree5fdb065865050907751cbef8e2dd8f2c15300bfa /Xi
parenteae6594d03a606ddf1f433b5897b5938aa940c1e (diff)
xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs
Diffstat (limited to 'Xi')
-rw-r--r--Xi/stubs.c3
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);