summaryrefslogtreecommitdiff
path: root/XI2proto.h
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-09-14 22:09:28 -0500
committerChase Douglas <chase.douglas@canonical.com>2011-09-16 11:47:38 -0700
commitcec7567863c3d363b6b75c707540cfe524f849ba (patch)
tree3d8c7ef498fc9259f78e4bcdc9e2262da3640a1c /XI2proto.h
parent22c06a5ddb1d3be2743a79b78eff3844f457dc5e (diff)
Revert addition of active_touches to device events
I can't remember why it's there, and I don't see how it may be useful. If a client really wants to know how many touches are on the device, they can listen to raw events and count the number of active touches. (Real reason: extending events is hard :) Signed-off-by: Chase Douglas <chase.douglas@canonical.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'XI2proto.h')
-rw-r--r--XI2proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 9e2c63c..2460cf5 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -936,7 +936,6 @@ typedef struct
uint32_t flags; /**< ::XIKeyRepeat */
xXIModifierInfo mods;
xXIGroupInfo group;
- uint32_t active_touches; /**< Number of touches on source device (XI 2.1 only) */
} xXIDeviceEvent;