kdrive/input: use Absolute instead of Touchscreen

Adjust to suit Zepheniah's new absolute device API.
This commit is contained in:
Daniel Stone 2006-10-23 02:54:07 +03:00 committed by Daniel Stone
parent b1ba4b3e8a
commit ac240b00ff

View File

@ -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 {