mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 23:28:05 +02:00
kdrive/input: use Absolute instead of Touchscreen
Adjust to suit Zepheniah's new absolute device API.
This commit is contained in:
parent
b1ba4b3e8a
commit
ac240b00ff
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ KdPointerProc(DeviceIntPtr pDevice, int onoff)
|
|||
|
||||
#ifdef XINPUT
|
||||
if (pi->inputClass == KD_TOUCHSCREEN) {
|
||||
InitTouchscreenClassDeviceStruct(pDevice);
|
||||
InitAbsoluteClassDeviceStruct(pDev);
|
||||
xiclass = AtomFromName(XI_TOUCHSCREEN);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue