Re: [Mesa-dev] [PATCH 2/2] glx: fix length of GLXGetFBConfigsSGIX

2011-01-31 Thread Brian Paul
These patches look good to me. I'll commit soon. Thanks! -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 2/2] glx: fix length of GLXGetFBConfigsSGIX

2011-01-26 Thread Julien Cristau
The extra length is the size of the request *minus* the size of the VendorPrivate header, not the addition. Signed-off-by: Julien Cristau --- src/glx/glxext.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index c5e9d05..c75c9bf 1006