mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 06:47:58 +02:00
xfree86: bump the input ABI for the touch changes
New additions to the API: - InitTouchClassDeviceStruct - xf86PostTouchEvent Changes to the ABI: - DeviceIntRec now contains a TouchClassPtr Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
3fb258ca28
commit
1a133eb8b1
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ typedef enum {
|
|||
*/
|
||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(12, 0)
|
||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(15, 0)
|
||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(16, 0)
|
||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(6, 0)
|
||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue