mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-08 13:38:05 +02:00
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
This commit is contained in:
commit
999cf2a810
1 changed files with 5 additions and 4 deletions
|
|
@ -238,9 +238,10 @@ The patch that fixed this server bug in X.org CVS is here:
|
|||
<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 X.org CVS is here:
|
|||
</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 X.org CVS is here:
|
|||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue