glx: fix length of GLXGetFBConfigsSGIX
authorJulien Cristau <jcristau@debian.org>
Wed, 26 Jan 2011 12:03:17 +0000 (04:03 -0800)
committerBrian Paul <brianp@vmware.com>
Mon, 31 Jan 2011 16:28:55 +0000 (09:28 -0700)
commitcbe9fc12a64c3ae89fd1b20e9e165aa4b76293a5
tree2620ccc9f48535edf9bce5d584eedf09b3b07fd3
parente27913f805acbb7d00f83ba625a8605576738a13
glx: fix length of GLXGetFBConfigsSGIX

The extra length is the size of the request *minus* the size of the
VendorPrivate header, not the addition.

NOTE: This is a candidate for the 7.9 and 7.10 branches

Signed-off-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/glx/glxext.c