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
|
@ -444,7 +444,7 @@ KdPointerProc(DeviceIntPtr pDevice, int onoff)
|
||||||
|
|
||||||
#ifdef XINPUT
|
#ifdef XINPUT
|
||||||
if (pi->inputClass == KD_TOUCHSCREEN) {
|
if (pi->inputClass == KD_TOUCHSCREEN) {
|
||||||
InitTouchscreenClassDeviceStruct(pDevice);
|
InitAbsoluteClassDeviceStruct(pDev);
|
||||||
xiclass = AtomFromName(XI_TOUCHSCREEN);
|
xiclass = AtomFromName(XI_TOUCHSCREEN);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue