mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 08:28:03 +02:00
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>
This commit is contained in:
parent
cb7c7123e1
commit
6a167ee4f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue