From d42d791806f8917f32e869f01e0895400bfb2688 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 21 Jun 2012 11:40:02 +0000 Subject: XKB: Fix broken events XKB events all have exactly the same event number - 0 (from the XKB event base). Within this, they're all multiplexed by the xkbType field, which comes immediately after the event type field, before the sequence number. Without this field, the events are pretty much useless, so add it manually. Signed-off-by: Daniel Stone Reviewed-by: Uli Schlachter Signed-off-by: Julien Danjou --- diff --git a/src/xkb.xml b/src/xkb.xml index e8f4c02..a6ef374 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -2593,7 +2593,9 @@ authorization from the authors. - + + + @@ -2607,7 +2609,9 @@ authorization from the authors. - + + + @@ -2632,7 +2636,9 @@ authorization from the authors. - + + + @@ -2656,7 +2662,9 @@ authorization from the authors. - + + + @@ -2671,7 +2679,9 @@ authorization from the authors. - + + + @@ -2680,7 +2690,9 @@ authorization from the authors. - + + + @@ -2689,7 +2701,9 @@ authorization from the authors. - + + + @@ -2709,7 +2723,9 @@ authorization from the authors. - + + + @@ -2719,7 +2735,9 @@ authorization from the authors. - + + + @@ -2733,7 +2751,9 @@ authorization from the authors. - + + + @@ -2747,7 +2767,9 @@ authorization from the authors. - + + + @@ -2757,7 +2779,9 @@ authorization from the authors. - + + + -- cgit v0.9.0.2-2-gbebe