glx: fix GLXChangeDrawableAttributesSGIX request
authorJulien Cristau <jcristau@debian.org>
Wed, 26 Jan 2011 12:03:16 +0000 (04:03 -0800)
committerBrian Paul <brianp@vmware.com>
Mon, 31 Jan 2011 16:28:37 +0000 (09:28 -0700)
commite27913f805acbb7d00f83ba625a8605576738a13
tree8295470fd3d1ea03085c78328e8d27ab7b743133
parentea5ede2178b75cc52df73d873946657fce9d4705
glx: fix GLXChangeDrawableAttributesSGIX request

xGLXChangeDrawableAttributesSGIXReq follows the GLXVendorPrivate header
with a drawable, number of attributes, and list of (type, value)
attribute pairs.  Don't forget to put the number of attributes in there.
I don't think this can ever have worked.

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/glx_pbuffer.c