[Xcb-commit] xcb-proto
Jeremy Kolb
jkolb at kemper.freedesktop.org
Sat Apr 29 08:09:53 PDT 2006
xcb-proto/src/extensions/glx.xml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
New commits:
diff-tree f6ea7f034318ba19ee9f3feb32f5bbfbb608a7dc (from 15983bfe03242f03db27e2b22d9b179d737a4fca)
Author: Jeremy Kolb <jkolb at brandeis.edu>
Date: Sat Apr 29 10:58:50 2006 -0400
Get rid of the value list/mask in requests.
diff --git a/xcb-proto/src/extensions/glx.xml b/xcb-proto/src/extensions/glx.xml
index a40ecb2..c890ca8 100644
--- a/xcb-proto/src/extensions/glx.xml
+++ b/xcb-proto/src/extensions/glx.xml
@@ -248,10 +248,8 @@ The patch that fixed this server bug in
<pad bytes="1" />
<field type="CARD32" name="num_visuals" />
<field type="CARD32" name="num_props" />
- <pad bytes="16" />
- <valueparam value-mask-type="CARD32"
- value-mask-name="value_mask"
- value-list-name="value_list" />
+ <pad bytes="16" />
+ <list type="CARD32" name="property_list" />
</reply>
</request>
@@ -325,10 +323,13 @@ The patch that fixed this server bug in
<pad bytes="1" />
<field type="CARD32" name="num_FB_configs" />
<field type="CARD32" name="num_properties" />
- <pad bytes="16" />
+ <pad bytes="16" />
+ <!--
<valueparam value-mask-type="CARD32"
value-mask-name="value_mask"
- value-list-name="value_list" />
+ value-list-name="value_list" />
+ -->
+ <list type="CARD32" name="property_list" />
</reply>
</request>
More information about the xcb-commit
mailing list