Bugfix: GetKeyboardMapping's keysyms list had the wrong length.
authorJamey Sharp <jamey@minilop.net>
Sat, 1 Dec 2007 20:32:38 +0000 (12:32 -0800)
committerJamey Sharp <jamey@minilop.net>
Sat, 1 Dec 2007 20:33:51 +0000 (12:33 -0800)
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>