DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.

Update the DEVICE_ABS_CALIB stuff to include the new elements.

New DEVICE_ABS_AREA support.

dev->touchscreen becomes dev->absolute, with _CALIB and _AREA stuff in it.

Update xfree86 to compile with this, kdrive needs an update too.
This commit is contained in:
Zephaniah E. Hull
2006-10-21 04:24:49 -04:00
parent 1b1698af41
commit 736b0d5078
7 changed files with 151 additions and 53 deletions

View File

@@ -236,7 +236,7 @@ extern Bool InitValuatorClassDeviceStruct(
int /*numMotionEvents*/,
int /*mode*/);
extern Bool InitTouchscreenClassDeviceStruct(
extern Bool InitAbsoluteClassDeviceStruct(
DeviceIntPtr /*device*/);
extern Bool InitFocusClassDeviceStruct(