Skip to content

Commit

Permalink
Bump extension ABI to 5
Browse files Browse the repository at this point in the history
Commit 606e079 moved the visual
field in WindowOptRec, breaking the extension module ABI.

Signed-off-by: James Jones <[email protected]>
Reviewed-by: Keith Packard <[email protected]>
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
cubanismo authored and keith-packard committed Dec 7, 2010
1 parent 435361b commit d96d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xfree86/common/xf86Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ typedef enum {
#define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(9, 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 MODINFOSTRING1 0xef23fdc5
Expand Down

0 comments on commit d96d5f5

Please sign in to comment.