mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 09:38:04 +02:00
glx: Replace some 'reserved' fields with explicit padding
In the GLX protocol specs, the various fields named 'reserved' are just there to provide alignment padding. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Peter Harris <pharris@opentext.com> Signed-off-by: Peter Harris <pharris@opentext.com>
This commit is contained in:
parent
17ab095a98
commit
cb7c7123e1
1 changed files with 1 additions and 2 deletions
|
|
@ -371,8 +371,7 @@ The patch that fixed this server bug in X.org CVS is here:
|
|||
<field type="CARD32" name="render_type" />
|
||||
<field type="CARD32" name="share_list" />
|
||||
<field type="BOOL" name="is_direct" />
|
||||
<field type="CARD8" name="reserved1" />
|
||||
<field type="CARD16" name="reserved2" />
|
||||
<pad bytes="3" />
|
||||
</request>
|
||||
|
||||
<request name="QueryContext" opcode="25">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue