mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -236,7 +236,7 @@ extern Bool InitValuatorClassDeviceStruct(
|
||||
int /*numMotionEvents*/,
|
||||
int /*mode*/);
|
||||
|
||||
extern Bool InitTouchscreenClassDeviceStruct(
|
||||
extern Bool InitAbsoluteClassDeviceStruct(
|
||||
DeviceIntPtr /*device*/);
|
||||
|
||||
extern Bool InitFocusClassDeviceStruct(
|
||||
|
||||
Reference in New Issue
Block a user