Index: glxcmds.c =================================================================== RCS file: /cvs/xorg/xc/lib/GL/glx/glxcmds.c,v retrieving revision 1.3 diff -u -r1.3 glxcmds.c --- glxcmds.c 16 Jun 2004 09:35:43 -0000 1.3 +++ glxcmds.c 19 Oct 2004 23:28:28 -0000 @@ -1505,6 +1505,8 @@ if ( (priv->majorVersion > 1) || (priv->minorVersion >= 3) ) { xGLXQueryContextReq * req; + GetReq(GLXQueryContext, req); + req->reqType = opcode; req->glxCode = X_GLXQueryContext; req->context = (unsigned int)(ctx->xid);