XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.

(cherry picked from commit 3c14546f58)
This commit is contained in:
George Staplin 2009-01-09 16:08:26 -07:00 committed by Jeremy Huddleston
parent 9c3975d63e
commit 0d8184de59

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;