diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2014-10-29 19:19:18 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-10-30 13:57:16 -0700 |
commit | 72a0754f4605493fd60471557422f88a97eb356a (patch) | |
tree | 900b7697a7031b34522b4b6bfeafa250c7a1b378 /hw | |
parent | e9db7682028bb0464c211c1f7bb6983fcfb6f37b (diff) |
xfree86: Bump ABI versions (video: 19, extension: 9)
Among other things, commit b851ca968b7cce6d1a6438c05d3d5c8832249704 added a
NameWindowPixmap function pointer to ScreenRec, shifting some of the fields
around.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/common/xf86Module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index b848f53f1..e68fe9cba 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h @@ -80,9 +80,9 @@ typedef enum { * mask is 0xFFFF0000. */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(18, 0) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(19, 0) #define ABI_XINPUT_VERSION SET_ABI_VERSION(21, 0) -#define ABI_EXTENSION_VERSION SET_ABI_VERSION(8, 0) +#define ABI_EXTENSION_VERSION SET_ABI_VERSION(9, 0) #define ABI_FONT_VERSION SET_ABI_VERSION(0, 6) #define MODINFOSTRING1 0xef23fdc5 |