From cec7567863c3d363b6b75c707540cfe524f849ba Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Wed, 14 Sep 2011 22:09:28 -0500 Subject: 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 Reviewed-by: Peter Hutterer --- XI2proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'XI2proto.h') 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; -- cgit v1.2.3