xfree86: Bump video ABI to 14
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
70e5766874
commit
5109c7f658
|
@ -80,7 +80,7 @@ typedef enum {
|
|||
* mask is 0xFFFF0000.
|
||||
*/
|
||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(13, 0)
|
||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(14, 0)
|
||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(18, 0)
|
||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(7, 0)
|
||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||
|
|
Loading…
Reference in New Issue