xkb: Fix struct ExtensionDeviceNotify
authorDaniel Martin <consume.noise@gmail.com>
Mon, 19 Aug 2013 21:00:22 +0000 (23:00 +0200)
committerArnaud Fontaine <arnau@debian.org>
Fri, 11 Oct 2013 07:18:32 +0000 (16:18 +0900)
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>
src/xkb.xml

index df5d614..45f6412 100644 (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" />