[Xcb-commit] xcb-proto
Jeremy Kolb
jkolb at kemper.freedesktop.org
Tue May 9 12:35:44 PDT 2006
xcb-proto/src/extensions/glx.xml | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree f94f9857940e38741032a1f9a1e9db012fd5f77f (from 4028fea13dca41f4a741a33c254cb4f09ff1c89c)
Author: Jeremy Kolb <jkolb at brandeis.edu>
Date: Tue May 9 15:36:47 2006 -0400
num_props is a stupid name, changing to num_properties, it's a bit clearer and matches fields such as "num_visuals".
diff --git a/xcb-proto/src/extensions/glx.xml b/xcb-proto/src/extensions/glx.xml
index c890ca8..423dd74 100644
--- a/xcb-proto/src/extensions/glx.xml
+++ b/xcb-proto/src/extensions/glx.xml
@@ -247,7 +247,7 @@ The patch that fixed this server bug in
<reply>
<pad bytes="1" />
<field type="CARD32" name="num_visuals" />
- <field type="CARD32" name="num_props" />
+ <field type="CARD32" name="num_properties" />
<pad bytes="16" />
<list type="CARD32" name="property_list" />
</reply>
More information about the xcb-commit
mailing list