diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-24 19:42:02 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-24 19:42:02 -0800 |
commit | 6178959e3dd6482a4317de6eb14eb19ca7329b9c (patch) | |
tree | 775e4b29a85bac4ca157a231214962057c14079e | |
parent | 31704510f448706524b7b7085cc4ff0ada7bfe7e (diff) |
xfree86: Bump video ABI to 10.0
RandR 1.4 revert changed things
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | 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 49a98bd05..581047dcf 100644 --- a/hw/xfree86/common/xf86Module.h +++ b/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(9, 0) +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(10, 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) |