| author | George Staplin <gstaplin@apple.com> | 2009-01-09 23:08:26 (GMT) |
|---|---|---|
| committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-01-10 09:00:17 (GMT) |
| commit | a665ed16f736cf1901b89448dc5d37f4d16dfaf4 (patch) (side-by-side diff) | |
| tree | 715f00d39f852bc9cdc01b609cc16181927dee81 | |
| parent | 15bb6abd59fdefe7037237faaea1a39711a972ed (diff) | |
| download | xserver-a665ed16f736cf1901b89448dc5d37f4d16dfaf4.zip xserver-a665ed16f736cf1901b89448dc5d37f4d16dfaf4.tar.gz | |
XQuartz: GL: Set the __GLXconfig renderType to GLX_RGBA_BIT.
(cherry picked from commit 3c14546f58f8a138fe67c9cacc3bd0b7fa90c29a)
| -rw-r--r-- | hw/xquartz/GL/indirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c index fbf13ce..afaa957 100644 --- a/hw/xquartz/GL/indirect.c +++ b/hw/xquartz/GL/indirect.c @@ -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; |
