mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-19 20:02:21 +00:00
xi: change DEVICE_TOUCHSCREEN to ABS_{AREA_CALIB} for stubs
This commit is contained in:
parent
eae6594d03
commit
31a6307b7b
1 changed files with 2 additions and 1 deletions
|
|
@ -287,7 +287,8 @@ ChangeDeviceControl(register ClientPtr client, DeviceIntPtr dev,
|
||||||
switch (control->control) {
|
switch (control->control) {
|
||||||
case DEVICE_RESOLUTION:
|
case DEVICE_RESOLUTION:
|
||||||
return (BadMatch);
|
return (BadMatch);
|
||||||
case DEVICE_TOUCHSCREEN:
|
case DEVICE_ABS_CALIB:
|
||||||
|
case DEVICE_ABS_AREA:
|
||||||
return (BadMatch);
|
return (BadMatch);
|
||||||
case DEVICE_CORE:
|
case DEVICE_CORE:
|
||||||
return (BadMatch);
|
return (BadMatch);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue