diff options
-rw-r--r-- | src/xkb.xml | 8 |
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" /> |