[PATCH] xf86: bump input ABI version to 19

Peter Hutterer peter.hutterer at who-t.net
Tue Jan 8 18:37:19 PST 2013


On Sat, Jan 05, 2013 at 06:35:42PM +1000, Dave Airlie wrote:
> The changes to miPointerSetPosition interface from int->double breaks
> the SIS driver build, so time to bump this.
> 
> Signed-off-by: Dave Airlie <airlied at redhat.com>

merged, thanks.

Cheers,
   Peter

> ---
>  hw/xfree86/common/xf86Module.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/xfree86/common/xf86Module.h b/hw/xfree86/common/xf86Module.h
> index 1be7ba5..e545c14 100644
> --- a/hw/xfree86/common/xf86Module.h
> +++ b/hw/xfree86/common/xf86Module.h
> @@ -81,7 +81,7 @@ typedef enum {
>   */
>  #define ABI_ANSIC_VERSION	SET_ABI_VERSION(0, 4)
>  #define ABI_VIDEODRV_VERSION	SET_ABI_VERSION(14, 1)
> -#define ABI_XINPUT_VERSION	SET_ABI_VERSION(18, 0)
> +#define ABI_XINPUT_VERSION	SET_ABI_VERSION(19, 0)
>  #define ABI_EXTENSION_VERSION	SET_ABI_VERSION(7, 0)
>  #define ABI_FONT_VERSION	SET_ABI_VERSION(0, 6)
>  
> -- 
> 1.8.1


More information about the xorg-devel mailing list