From 688316ac5b26764109f52c08016060ca55b90292 Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Tue, 6 Aug 2013 21:56:10 +0200 Subject: [proto] xkb: Rename enum EventType to EventTypeMask, add EventType The enum EventType had the bit mask items for the SelectEvents request and therefor should've been called EventTypeMask. Renaming it to EventTypeMask makes it possible to add an enum EventType, which can be used to distinguish the sub events later. Signed-off-by: Daniel Martin --- src/xkb.xml | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/src/xkb.xml b/src/xkb.xml index 0e263c4..eab0cc4 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -41,6 +41,21 @@ + + + + + + + + + + + + + + + 0 1 2 @@ -1086,9 +1101,9 @@ - - - + + + @@ -1100,57 +1115,57 @@ - NewKeyboardNotify + NewKeyboardNotify - StateNotify + StateNotify - ControlsNotify + ControlsNotify - IndicatorStateNotify + IndicatorStateNotify - IndicatorMapNotify + IndicatorMapNotify - NamesNotify + NamesNotify - CompatMapNotify + CompatMapNotify - BellNotify + BellNotify - ActionMessage + ActionMessage - AccessXNotify + AccessXNotify - ExtensionDeviceNotify + ExtensionDeviceNotify -- 1.8.3.3