summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-12-02 15:08:58 -0800
committerPeter Harris <pharris@opentext.com>2011-12-06 15:13:04 -0500
commit6a167ee4f24cd195d197e608b70f5a91ea3ec89f (patch)
treedc9ee36869650e0bbc46a60c3af7421186a46e4b
parentcb7c7123e18ec2c103d72eaf840baec70d71c686 (diff)
glx: Use glx:CONTEXT for share_list parameter of CreateNewContext
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>
-rw-r--r--src/glx.xml2
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>