Hi,

On 25 October 2011 23:14, Peter Hutterer <[email protected]> wrote:
> @@ -28,7 +28,12 @@
>  int xi_opcode;
>  #if HAVE_XI2
>  int xi2_supported_major = 2;
> -int xi2_supported_minor = 0;
> +int xi2_supported_minor =
> +#if HAVE_XI21
> +                        1;
> +#else
> +                        0;
> +#endif

Ugh, really? One complete variable declaration per branch, please ...

Other than that, Reviewed-by etc etc.

Cheers,
Daniel
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to