[PATCH xserver] Bump ABI versions
Jonas Ådahl
jadahl at gmail.com
Fri Sep 9 09:00:13 UTC 2016
On Fri, Sep 09, 2016 at 05:38:12PM +0900, Michel Dänzer wrote:
> On 09/09/16 05:12 PM, Jonas Ådahl wrote:
> > Bump both the xinput and videodrv versions. The xinput due to the added
> > valuator mask setter, and videodrv due to the added vfuncs to the
> > Screen struct.
> >
> > Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
> > ---
> > hw/xfree86/common/xf86Module.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h
> > index e0212cf..8470ab4 100644
> > --- a/hw/xfree86/common/xf86Module.h
> > +++ b/hw/xfree86/common/xf86Module.h
> > @@ -79,8 +79,8 @@ typedef enum {
> > * mask is 0xFFFF0000.
> > */
> > #define ABI_ANSIC_VERSION SET_ABI_VERSION(0, 4)
> > -#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(23, 0)
> > -#define ABI_XINPUT_VERSION SET_ABI_VERSION(24, 1)
> > +#define ABI_VIDEODRV_VERSION SET_ABI_VERSION(24, 0)
> > +#define ABI_XINPUT_VERSION SET_ABI_VERSION(25, 0)
> > #define ABI_EXTENSION_VERSION SET_ABI_VERSION(10, 0)
> >
> > #define MODINFOSTRING1 0xef23fdc5
> >
>
> Both ABI versions have already been bumped multiple times since 1.18. Is
> there any particular reason for bumping them again? I.e. is there
> anything which needs to be able to distinguish between the ABI versions
> before and after this change?
No, the only purpose would be to make it more obvious that there were
more changes that needed ABI bumping.
Jonas
>
>
> --
> Earthling Michel Dänzer | http://www.amd.com
> Libre software enthusiast | Mesa and X developer
More information about the xorg-devel
mailing list