mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +01:00
Bump extension ABI to 5
Commit 606e079cc4 moved the visual
field in WindowOptRec, breaking the extension module ABI.
Signed-off-by: James Jones <jajones@nvidia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
435361bd73
commit
d96d5f5443
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ typedef enum {
|
||||||
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
|
||||||
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(9, 0)
|
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(9, 0)
|
||||||
#define ABI_XINPUT_VERSION SET_ABI_VERSION(12, 0)
|
#define ABI_XINPUT_VERSION SET_ABI_VERSION(12, 0)
|
||||||
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(4, 0)
|
#define ABI_EXTENSION_VERSION SET_ABI_VERSION(5, 0)
|
||||||
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
#define ABI_FONT_VERSION SET_ABI_VERSION(0, 6)
|
||||||
|
|
||||||
#define MODINFOSTRING1 0xef23fdc5
|
#define MODINFOSTRING1 0xef23fdc5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue