Bug #8973: In UngrabKey, the 'key' field is of type KEYCODE, not the more general...
authorJamey Sharp <jamey@minilop.net>
Sun, 12 Nov 2006 00:12:54 +0000 (16:12 -0800)
committerJamey Sharp <jamey@minilop.net>
Sun, 12 Nov 2006 00:14:45 +0000 (16:14 -0800)
Thanks to Vincent Torri for pointing out the error.

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>