diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-10-26 09:08:17 +1000 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-12-21 10:34:11 -0800 |
commit | 27e63ca898dc91a96c9fa1ecf976e648a74cb3f2 (patch) | |
tree | 20ffb4027cc0a97a77f9971887b787dea4e68ce1 | |
parent | 8a4e2297af268822e132ec72576afd99f9c208f2 (diff) |
Support XI 2.2 officially
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
-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 |