From b3b5e029e7ad4426a702b6b691a9b39dcaa9804e Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Wed, 10 Apr 2013 19:09:44 -0400 Subject: [PATCH] XKB: Fix GetKbdByName Each part of the reply has a fake type, sequence, and length. In addition, some parts of the reply are encoded only once even when multiple bits are set. Signed-off-by: Peter Harris --- src/xkb.xml | 294 ++++------------------------------------------------ 1 file changed, 23 insertions(+), 271 deletions(-) diff --git a/src/xkb.xml b/src/xkb.xml index b387dcb..5e18ee8 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -2004,6 +2004,8 @@ authorization from the authors. reported Types + ClientSymbols + ServerSymbols @@ -2096,7 +2098,12 @@ authorization from the authors. CompatMap + + + + + @@ -2112,179 +2119,14 @@ authorization from the authors. - - ClientSymbols - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - present - - KeyTypes - - nTypes - - - - KeySyms - - nKeySyms - - - - KeyActions - - nKeyActions - - - totalActions - - - - KeyBehaviors - - totalKeyBehaviors - - - - VirtualMods - - nVModMapKeys - - - - ExplicitComponents - - totalKeyExplicit - - - - ModifierMap - - totalModMapKeys - - - - VirtualModMap - - totalVModMapKeys - - - - - - ServerSymbols - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - present - - KeyTypes - - nTypes - - - - KeySyms - - nKeySyms - - - - KeyActions - - nKeyActions - - - totalActions - - - - KeyBehaviors - - totalKeyBehaviors - - - - VirtualMods - - nVModMapKeys - - - - ExplicitComponents - - totalKeyExplicit - - - - ModifierMap - - totalModMapKeys - - - - VirtualModMap - - totalVModMapKeys - - - - IndicatorMaps + + + + + @@ -2295,7 +2137,13 @@ authorization from the authors. KeyNames + OtherNames + + + + + @@ -2394,110 +2242,14 @@ authorization from the authors. - - OtherNames - - - - - - - - - - - - - - - - which - - Keycodes - - - - Geometry - - - - Symbols - - - - PhysSymbols - - - - Types - - - - Compat - - - - KeyTypeNames - - nTypes - - - - KTLevelNames - - nKTLevels - - - - - - - IndicatorNames - - - indicators - - - - - VirtualModNames - - - virtualMods - - - - - GroupNames - - - groupNames - - - - - KeyNames - - nKeys - - - - KeyAliases - - nKeyAliases - - - - RGNames - - nRadioGroups - - - - Geometry + + + + + -- 2.34.1