[Xcb] [PATCH 2/4] glx: Use glx:CONTEXT for share_list parameter of CreateNewContext

Ian Romanick idr at freedesktop.org
Fri Dec 2 15:08:58 PST 2011


From: Ian Romanick <ian.d.romanick at intel.com>

This matches the share_list parameter of CreateContext.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 src/glx.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glx.xml b/src/glx.xml
index f23105c..53fa400 100644
--- a/src/glx.xml
+++ b/src/glx.xml
@@ -369,7 +369,7 @@ The patch that fixed this server bug in X.org CVS is here:
 		<field type="CARD32" name="fbconfig" />
 		<field type="CARD32" name="screen" />
 		<field type="CARD32" name="render_type" />
-		<field type="CARD32" name="share_list" />
+		<field type="glx:CONTEXT" name="share_list" />
 		<field type="BOOL" name="is_direct" />
 		<pad bytes="3" />
 	</request>
-- 
1.7.6.4



More information about the Xcb mailing list