--- GL/glx/glxcmds.c.orig 2007-12-23 21:00:24.000000000 -0800 +++ GL/glx/glxcmds.c 2008-03-17 23:28:14.000000000 -0700 @@ -944,6 +944,12 @@ buf[p++] = modes->transparentAlpha; buf[p++] = GLX_TRANSPARENT_INDEX_VALUE; buf[p++] = modes->transparentIndex; + buf[p++] = 0; + buf[p++] = 0; + buf[p++] = 0; + buf[p++] = 0; + buf[p++] = 0; + buf[p++] = 0; if (client->swapped) { __GLX_SWAP_INT_ARRAY(buf, __GLX_TOTAL_CONFIG);