mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-18 04:50:29 +01:00
XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.
(cherry picked from commit3c14546f58) (cherry picked from commita665ed16f7)
This commit is contained in:
parent
b646513861
commit
ee9736b26b
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