From da33cc3923e898860627076f4eeb03291237761a Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Mon, 22 Feb 2016 18:55:30 +0100 Subject: [PATCH] transparency flag reset should always be done --- src/glx_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx_context.c b/src/glx_context.c index b4b8b589f..7d9cc0e1a 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -59,7 +59,7 @@ static GLFWbool chooseFBConfig( const char* vendor; GLFWbool trustWindowBit = GLFW_TRUE; - if (findTransparent && !(_glfw.xrender.major || _glfw.xrender.minor)) { + if ( !(_glfw.xrender.major || _glfw.xrender.minor) ) { findTransparent = GLFW_FALSE; }