19 May 2011 07:36
[PATCH] xfree86: bump to video ABI 11
We've broken the ABI with some commit and drivers built against ABI 10 happily segfault now. Signed-off-by: Peter Hutterer <peter.hutterer@...> --- Hints as to which commit actually broke it would be appreciated, I didn't really look hard. hw/xfree86/common/xf86Module.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h index 581047d..94f17e9 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/hw/xfree86/common/xf86Module.h <at> <at> -82,7 +82,7 <at> <at> typedef enum { * mask is 0xFFFF0000. */ #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4) -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(10, 0) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(11, 0) #define ABI_XINPUT_VERSION SET_ABI_VERSION(12, 2) #define ABI_EXTENSION_VERSION SET_ABI_VERSION(5, 0) #define ABI_FONT_VERSION SET_ABI_VERSION(0, 6) -- -- 1.7.4.4 _______________________________________________ xorg-devel@...: X.Org development Archives: http://lists.x.org/archives/xorg-devel(Continue reading)
RSS Feed