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 <jad...@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?


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to