diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2011-12-02 15:08:57 -0800 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2011-12-06 15:13:04 -0500 |
commit | cb7c7123e18ec2c103d72eaf840baec70d71c686 (patch) | |
tree | 8261a2b326c65f8a36d1e6ca51f8942bb62edc64 | |
parent | 17ab095a98ecb9bc69a32cb159b7b4a38b850181 (diff) |
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>
-rw-r--r-- | src/glx.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx.xml b/src/glx.xml index 544b543..f23105c 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -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"> |