KEYCODE and BUTTON should become typedefs of CARD8, not CARD32
authorJosh Triplett <josh@freedesktop.org>
Sat, 7 Oct 2006 04:16:27 +0000 (21:16 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sat, 7 Oct 2006 04:16:27 +0000 (21:16 -0700)
src/xproto.xml

index 925169e..7ad966b 100644 (file)
@@ -63,9 +63,9 @@ authorization from the authors.
 
   <typedef oldname="CARD32" newname="KEYSYM" />
 
-  <typedef oldname="CARD32" newname="KEYCODE" />
+  <typedef oldname="CARD8" newname="KEYCODE" />
 
-  <typedef oldname="CARD32" newname="BUTTON" />
+  <typedef oldname="CARD8" newname="BUTTON" />
 
   <struct name="POINT">
     <field type="INT16" name="x" />