mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 21:40:05 +01:00
XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.
This commit is contained in:
parent
94162b0f8a
commit
3c14546f58
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue