summaryrefslogtreecommitdiff
path: root/src/xproto.xml
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-10-06 21:16:27 -0700
committerJosh Triplett <josh@freedesktop.org>2006-10-06 21:16:27 -0700
commit25550af7387e2d51470f3470642a144465088f81 (patch)
tree307ce53f0b00a0a8a0aa4c2ea2f5c0e8f47c193b /src/xproto.xml
parent036019dcab226d70e456c7adc5e79364eb86b72b (diff)
downloadxcb-proto-25550af7387e2d51470f3470642a144465088f81.tar.gz
KEYCODE and BUTTON should become typedefs of CARD8, not CARD32
Diffstat (limited to 'src/xproto.xml')
-rw-r--r--src/xproto.xml4
1 files changed, 2 insertions, 2 deletions
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" />