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-15 08:30:16 +1000 |
commit | ddd80aeee1eb83fbaffdeb651de877a5c062c413 (patch) | |
tree | 1d08488dc8802a249d3361496cec9d71a67dc4b7 | |
parent | 903ef571c1d70b830958abf494392db96e6e8b15 (diff) |
Support XI 2.2 officially
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-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 |