diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-22 19:49:31 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-22 19:49:31 +0300 |
commit | 31a6307b7ba5adaa96deb8101ddfcda0262f537d (patch) | |
tree | 5fdb065865050907751cbef8e2dd8f2c15300bfa /Xi | |
parent | eae6594d03a606ddf1f433b5897b5938aa940c1e (diff) |
xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs
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); |