glx: Use glx:CONTEXT for share_list parameter of CreateNewContext
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Dec 2011 23:08:58 +0000 (15:08 -0800)
committerPeter Harris <pharris@opentext.com>
Tue, 6 Dec 2011 20:13:04 +0000 (15:13 -0500)
This matches the share_list parameter of CreateContext.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Peter Harris <pharris@opentext.com>
src/glx.xml

index f23105c..53fa400 100644 (file)
@@ -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>