glx: fix request lengths
authorJulien Cristau <jcristau@debian.org>
Sun, 23 Jan 2011 16:26:35 +0000 (08:26 -0800)
committerBrian Paul <brianp@vmware.com>
Tue, 25 Jan 2011 01:10:38 +0000 (18:10 -0700)
commit4324d6fdfbba17e66b476cf008713d26cac83ad1
tree54bd18c7f425dfd1f6f19fef2025fe3f4d61bf24
parentc523f31f4a35f8396ab35859c70fb041c210cedb
glx: fix request lengths

We were sending too long requests for GLXChangeDrawableAttributes,
GLXGetDrawableAttributes, GLXDestroyPixmap and GLXDestroyWindow.

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