diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-26 09:08:17 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-12-21 12:38:35 +1000 |
commit | b274c472a5ad700aea5fe651d677e8cb34ffc976 (patch) | |
tree | 3ae999932ea680685127a95cad68a27253874b07 /include | |
parent | d2af968cb65873780a6e61342d5d3c23b9654e2a (diff) |
Support XI 2.2 officially
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol-versions.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |