xfree86: Bump video ABI to 24.0

c02f6a68 changed the layout of xf86CrtcFuncs.

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2017-02-09 13:53:41 -05:00
parent 058809c43e
commit 3f9507ed2f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
* mask is 0xFFFF0000.
*/
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(23, 0)
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(24, 0)
#define ABI_XINPUT_VERSION SET_ABI_VERSION(24, 1)
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(10, 0)