Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more general CARD8.

Thanks to Vincent Torri for pointing out the error.
This commit is contained in:
Jamey Sharp 2006-11-11 16:12:54 -08:00
parent 38ded00024
commit 36134f4823

View file

@ -1086,7 +1086,7 @@ authorization from the authors.
</request>
<request name="UngrabKey" opcode="34">
<field type="CARD8" name="key" />
<field type="KEYCODE" name="key" />
<field type="WINDOW" name="grab_window" />
<field type="CARD16" name="modifiers" />
</request>