[PATCH xinput 2/2] We support XI 2.1 now
Daniel Stone
daniel at fooishbar.org
Wed Oct 26 02:34:04 PDT 2011
Hi,
On 25 October 2011 23:14, Peter Hutterer <peter.hutterer at who-t.net> 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
More information about the xorg-devel
mailing list