xkb: Add struct Property as per spec (commented out)
authorRan Benita <ran234@gmail.com>
Sun, 13 Oct 2013 11:44:41 +0000 (13:44 +0200)
committerArnaud Fontaine <arnau@debian.org>
Thu, 14 Nov 2013 11:25:39 +0000 (20:25 +0900)
The specification says that Property is a struct of two CountedString16
(name and value). This form can't be handled atm. correctly too. But,
add it as a comment so we've it at hand when we know what to do with it.

All credits go to Ran Benita, as he found this.

Signed-off-by: Daniel Martin <consume.noise@gmail.com>
src/xkb.xml

index 8c9b067..1df0771 100644 (file)
@@ -559,6 +559,14 @@ authorization from the authors.
                </list>
        </struct>
        -->
+       <!-- XXX: This would be the correct Property structure as per spec.,
+                 but it's broken atm. too. Add it anyway here, so we don't
+                 loose that information.
+       <struct name="Property">
+               <field name="name" type="CountedString16" />
+               <field name="value" type="CountedString16" />
+       </struct>
+       -->
 
        <struct name="Outline">
                <field name="nPoints" type="CARD8" />