From cb7c7123e18ec2c103d72eaf840baec70d71c686 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 2 Dec 2011 15:08:57 -0800 Subject: [PATCH] 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 Reviewed-by: Peter Harris Signed-off-by: Peter Harris --- src/glx.xml | 3 +-- 1 file changed, 1 insertion(+), 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: - - + -- 2.34.1