Estethic change for attribute parameter name
authorPatrick Guimond <patg@patg.homeunix.org>
Wed, 8 Nov 2006 22:34:33 +0000 (17:34 -0500)
committerJosh Triplett <josh@freedesktop.org>
Wed, 22 Nov 2006 05:48:29 +0000 (21:48 -0800)
Changed num_attributes parameter of QueryContext request to num_attribs
for consistency with other requests

src/glx.xml

index 6181408..feaffce 100644 (file)
@@ -369,11 +369,11 @@ The patch that fixed this server bug in X.org CVS is here:
                <field type="glx:CONTEXT" name="context" />
                <reply>
                        <pad bytes="1" />
-                       <field type="CARD32" name="num_attributes"/>
+                       <field type="CARD32" name="num_attribs"/>
                        <pad bytes="20" />
                        <list type="CARD32" name="attribs">
                                <op op="*">
-                                       <fieldref>num_attributes</fieldref>
+                                       <fieldref>num_attribs</fieldref>
                                        <value>2</value>
                                </op>
                        </list>