XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.

This commit is contained in:
George Staplin 2009-01-09 16:08:26 -07:00
parent 94162b0f8a
commit 3c14546f58

View File

@ -1137,7 +1137,7 @@ static __GLXconfig *CreateConfigs(int *numConfigsPtr, int screenNumber) {
/* SGIX_fbconfig / GLX 1.3 */
c->drawableType = GLX_WINDOW_BIT | GLX_PIXMAP_BIT;
c->renderType = /*FIXME*/ GL_TRUE;
c->renderType = GLX_RGBA_BIT;
c->xRenderable = GL_TRUE;
c->fbconfigID = -1;