mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 04:00:13 +01: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) {
|
||||
case DEVICE_RESOLUTION:
|
||||
return (BadMatch);
|
||||
case DEVICE_TOUCHSCREEN:
|
||||
case DEVICE_ABS_CALIB:
|
||||
case DEVICE_ABS_AREA:
|
||||
return (BadMatch);
|
||||
case DEVICE_CORE:
|
||||
return (BadMatch);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue