From 5afe69f2404345d6353046eb31736ef4be0e485d Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 10 Mar 2013 23:18:38 -0700 Subject: [PATCH] GLX: Removed alpha from backbuffer attributes. Fix for NV issue#23. --- src/glcontext_glx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glcontext_glx.cpp b/src/glcontext_glx.cpp index 86706b41..ab1b68cd 100644 --- a/src/glcontext_glx.cpp +++ b/src/glcontext_glx.cpp @@ -47,10 +47,10 @@ namespace bgfx GLX_RED_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_GREEN_SIZE, 8, - GLX_ALPHA_SIZE, 8, +// GLX_ALPHA_SIZE, 8, GLX_DEPTH_SIZE, 24, GLX_STENCIL_SIZE, 8, - None, + 0, }; // Find suitable config