mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +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:
parent
1b1698af41
commit
736b0d5078
7 changed files with 152 additions and 54 deletions
|
|
@ -236,7 +236,7 @@ extern Bool InitValuatorClassDeviceStruct(
|
|||
int /*numMotionEvents*/,
|
||||
int /*mode*/);
|
||||
|
||||
extern Bool InitTouchscreenClassDeviceStruct(
|
||||
extern Bool InitAbsoluteClassDeviceStruct(
|
||||
DeviceIntPtr /*device*/);
|
||||
|
||||
extern Bool InitFocusClassDeviceStruct(
|
||||
|
|
|
|||
Loading…
Reference in a new issue