summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-10-13 13:44:41 +0200
committerArnaud Fontaine <arnau@debian.org>2013-11-14 20:25:39 +0900
commit7c85d67b1b2edc421d889f9c5c3873e163363e7a (patch)
tree6d1b82f67cd751a6f9973ac238c7a5d648575217
parente76dc36de885339d680e8faf8afce19250d7dcb6 (diff)
xkb: Add struct Property as per spec (commented out)
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>
-rw-r--r--src/xkb.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xkb.xml b/src/xkb.xml
index 8c9b067..1df0771 100644
--- a/src/xkb.xml
+++ b/src/xkb.xml
@@ -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" />