diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-10-21 04:24:49 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-10-21 04:24:49 -0400 |
commit | 736b0d5078597abbda80444deef852879260af90 (patch) | |
tree | ecaa01bbd879d151c1390658ad79be9b84bc45c5 /Xi/getdctl.h | |
parent | 1b1698af41b9038d9f9dbf521737d0baab5a2237 (diff) |
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.
Diffstat (limited to 'Xi/getdctl.h')
-rw-r--r-- | Xi/getdctl.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Xi/getdctl.h b/Xi/getdctl.h index 1417d1b38..f6febb2b6 100644 --- a/Xi/getdctl.h +++ b/Xi/getdctl.h @@ -42,10 +42,13 @@ void CopySwapDeviceResolution(ClientPtr /* client */ , int /* length */ ); -void CopySwapDeviceTouchscreen(ClientPtr /* client */ , - TouchscreenClassPtr /* ts */ , - char * /* buf */ - ); +void CopySwapDeviceAbsCalib (ClientPtr client, + AbsoluteClassPtr dts, + char *buf); + +void CopySwapDeviceAbsArea (ClientPtr client, + AbsoluteClassPtr dts, + char *buf); void CopySwapDeviceCore(ClientPtr /* client */ , DeviceIntPtr /* dev */ , |