[Xcb-commit] src
Josh Triplett
josh at kemper.freedesktop.org
Fri Oct 6 21:16:31 PDT 2006
src/xproto.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 25550af7387e2d51470f3470642a144465088f81 (from 036019dcab226d70e456c7adc5e79364eb86b72b)
Author: Josh Triplett <josh at freedesktop.org>
Date: Fri Oct 6 21:16:27 2006 -0700
KEYCODE and BUTTON should become typedefs of CARD8, not CARD32
diff --git a/src/xproto.xml b/src/xproto.xml
index 925169e..7ad966b 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -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" />
More information about the xcb-commit
mailing list