[Xcb-commit] xcb-proto

Jeremy Kolb jkolb at kemper.freedesktop.org
Tue Mar 28 11:57:55 PST 2006


 xcb-proto/src/extensions/glx.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

New commits:
diff-tree 2443d665a9b5b23db13ca1dfb778476c47a46d0b (from ee4ddab223efc5987aabbc82d9f6c0119a9ee97a)
Author: Jeremy Kolb <jkolb at brandeis.edu>
Date:   Tue Mar 28 14:54:05 2006 -0500

    Clean up some names.

diff --git a/xcb-proto/src/extensions/glx.xml b/xcb-proto/src/extensions/glx.xml
index 32adaac..a40ecb2 100644
--- a/xcb-proto/src/extensions/glx.xml
+++ b/xcb-proto/src/extensions/glx.xml
@@ -238,9 +238,10 @@ The patch that fixed this server bug in 
 		<field type="CARD32" name="screen" />
 		<field type="VISUALID" name="visual" />
 		<field type="xcb_types:PIXMAP" name="pixmap" />
-		<field type="glx:PIXMAP" name="glxpixmap" />
+		<field type="glx:PIXMAP" name="glx_pixmap" />
 	</request>
 
+        
 	<request name="GetVisualConfigs" opcode="14">
 		<field type="CARD32" name="screen" />
 		<reply>
@@ -255,7 +256,7 @@ The patch that fixed this server bug in 
 	</request>
 
 	<request name="DestroyGLXPixmap" opcode="15">
-		<field type="glx:PIXMAP" name="glxpixmap" />
+		<field type="glx:PIXMAP" name="glx_pixmap" />
 	</request>
 
 	<!--
@@ -335,12 +336,12 @@ The patch that fixed this server bug in 
 		<field type="CARD32" name="screen" />
 		<field type="CARD32" name="fbconfig" />
 		<field type="xcb_types:PIXMAP" name="pixmap" />
-		<field type="glx:PIXMAP" name="glxpixmap" />
+		<field type="glx:PIXMAP" name="glx_pixmap" />
 		<field type="CARD32" name="num_attribs" />  
 	</request>
 
 	<request name="DestroyPixmap" opcode="23">
-		<field type="glx:PIXMAP" name="glxpixmap" />
+		<field type="glx:PIXMAP" name="glx_pixmap" />
 	</request>
 
 	<request name="CreateNewContext" opcode="24">


More information about the xcb-commit mailing list