Bugfix: GetKeyboardMapping's keysyms list had the wrong length.

This commit is contained in:
Jamey Sharp 2007-12-01 12:32:38 -08:00
parent 90a6128553
commit 12c170e5e5

View 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>