diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2011-09-14 22:09:28 -0500 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2011-09-16 11:47:38 -0700 |
commit | cec7567863c3d363b6b75c707540cfe524f849ba (patch) | |
tree | 3d8c7ef498fc9259f78e4bcdc9e2262da3640a1c /XI2proto.h | |
parent | 22c06a5ddb1d3be2743a79b78eff3844f457dc5e (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |