XKB: Fix broken events
authorDaniel Stone <daniel@fooishbar.org>
Thu, 21 Jun 2012 11:40:02 +0000 (12:40 +0100)
committerJulien Danjou <julien@danjou.info>
Thu, 21 Jun 2012 14:16:11 +0000 (16:16 +0200)
commitd42d791806f8917f32e869f01e0895400bfb2688
treee2f0594a7f58aa02d96a0894f5f659c7ac15c8e7
parent5a4e42f37ac431df76f509b26329fd184790a36e
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 <daniel@fooishbar.org>
Reviewed-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
src/xkb.xml