Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
[free-sw/xcb/proto] / src / xproto.xml
index 8254d11..0b796a9 100644 (file)
@@ -2014,10 +2014,7 @@ authorization from the authors.
       <field type="BYTE" name="keysyms_per_keycode" />
       <pad bytes="24" />
       <list type="KEYSYM" name="keysyms">
-        <op op="*">
-          <fieldref>length</fieldref>
-          <value>4</value>
-        </op>
+        <fieldref>length</fieldref>
       </list>
     </reply>
   </request>