diff options
author | marha <marha@users.sourceforge.net> | 2011-05-24 06:22:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-24 06:22:59 +0000 |
commit | 94d512f7295ade7b381fba2e9e0bc0c434cf8b65 (patch) | |
tree | 543bed56f8c5a3236f567ac1d8d683ebe629e92e /xorg-server/hw/xfree86/common/xf86Module.h | |
parent | ae87f2594b9439cb63a6b52e42e09504b687aea3 (diff) | |
download | vcxsrv-94d512f7295ade7b381fba2e9e0bc0c434cf8b65.tar.gz vcxsrv-94d512f7295ade7b381fba2e9e0bc0c434cf8b65.tar.bz2 vcxsrv-94d512f7295ade7b381fba2e9e0bc0c434cf8b65.zip |
xserver mesa git update 24 May 2011
Diffstat (limited to 'xorg-server/hw/xfree86/common/xf86Module.h')
-rw-r--r-- | xorg-server/hw/xfree86/common/xf86Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xfree86/common/xf86Module.h b/xorg-server/hw/xfree86/common/xf86Module.h index 581047dcf..94f17e980 100644 --- a/xorg-server/hw/xfree86/common/xf86Module.h +++ b/xorg-server/hw/xfree86/common/xf86Module.h @@ -82,7 +82,7 @@ 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) |