summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-09-14 20:15:49 -0500
committerChase Douglas <chase.douglas@canonical.com>2011-09-14 20:15:49 -0500
commit22c06a5ddb1d3be2743a79b78eff3844f457dc5e (patch)
treed627d32d907f41ed27eea4f803892ffb5b53e4e1
parent88410aa51d03dbb5599e979998137ba6558ff677 (diff)
downloadxorg-proto-inputproto-22c06a5ddb1d3be2743a79b78eff3844f457dc5e.tar.gz
Fix Xi 2.x version comment in XI2.h
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--XI2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XI2.h b/XI2.h
index 2514d55..e66751c 100644
--- a/XI2.h
+++ b/XI2.h
@@ -201,7 +201,7 @@
#define XI_RawButtonPress 15
#define XI_RawButtonRelease 16
#define XI_RawMotion 17
-#define XI_TouchBegin 18 /* XI 2.1 */
+#define XI_TouchBegin 18 /* XI 2.2 */
#define XI_TouchEnd 19
#define XI_TouchOwnership 20
#define XI_TouchUpdate 21