Estethic change for attribute parameter name
[free-sw/xcb/proto] / src / glx.xml
index e7ec59e..feaffce 100644 (file)
@@ -357,7 +357,7 @@ The patch that fixed this server bug in X.org CVS is here:
        <request name="CreateNewContext" opcode="24">
                <field type="glx:CONTEXT" name="context" />
                <field type="CARD32" name="fbconfig" />
-               <field type="SCREEN" name="screen" />
+               <field type="CARD32" name="screen" />
                <field type="CARD32" name="render_type" />
                <field type="CARD32" name="share_list" />
                <field type="BOOL" name="is_direct" />
@@ -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>
@@ -393,7 +393,7 @@ The patch that fixed this server bug in X.org CVS is here:
        </request>
 
        <request name="CreatePbuffer" opcode="27">
-               <field type="SCREEN" name="screen" />
+               <field type="CARD32" name="screen" />
                <field type="FBCONFIG" name="fbconfig" />
                <field type="PBUFFER" name="pbuffer" />
                <field type="CARD32" name="num_attribs" />
@@ -436,7 +436,7 @@ The patch that fixed this server bug in X.org CVS is here:
        </request>
 
        <request name="CreateWindow" opcode="31">
-               <field type="SCREEN" name="screen" />
+               <field type="CARD32" name="screen" />
                <field type="FBCONFIG" name="fbconfig" />
                <field type="xproto:WINDOW" name="window" />
                <field type="glx:WINDOW" name="glx_window" />