xkb: Fix struct ExtensionDeviceNotify

The field ledId is of type CARD16, not CARD8, see XKBproto.h.

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-By: Ran Benita <ran234@gmail.com>
This commit is contained in:
Daniel Martin 2013-08-19 23:00:22 +02:00 committed by Arnaud Fontaine
parent d0d5c8adb1
commit 55c75accec

View file

@ -2612,7 +2612,7 @@ authorization from the authors.
<pad bytes="1" />
<field name="reason" type="CARD16" mask="XIFeature" />
<field name="ledClass" type="CARD16" enum="LedClassResult" />
<field name="ledID" type="CARD8" />
<field name="ledID" type="CARD16" />
<field name="ledsDefined" type="CARD32" />
<field name="ledState" type="CARD32" />
<field name="firstButton" type="CARD8" />