Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more general...
[free-sw/xcb/proto] / src / xproto.xml
index 514659d..8254d11 100644 (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>