From b274c472a5ad700aea5fe651d677e8cb34ffc976 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 26 Oct 2011 09:08:17 +1000 Subject: [PATCH] Support XI 2.2 officially Signed-off-by: Peter Hutterer Reviewed-by: Chase Douglas --- include/protocol-versions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/protocol-versions.h b/include/protocol-versions.h index 832bcf756..479ac2f77 100644 --- a/include/protocol-versions.h +++ b/include/protocol-versions.h @@ -127,7 +127,7 @@ /* X Input */ #define SERVER_XI_MAJOR_VERSION 2 -#define SERVER_XI_MINOR_VERSION 1 +#define SERVER_XI_MINOR_VERSION 2 /* XKB */ #define SERVER_XKB_MAJOR_VERSION 1