transparency flag reset should always be done

This commit is contained in:
Wolfgang Draxinger 2016-02-22 18:55:30 +01:00
parent 231cc9a778
commit da33cc3923

View File

@ -59,7 +59,7 @@ static GLFWbool chooseFBConfig(
const char* vendor; const char* vendor;
GLFWbool trustWindowBit = GLFW_TRUE; GLFWbool trustWindowBit = GLFW_TRUE;
if (findTransparent && !(_glfw.xrender.major || _glfw.xrender.minor)) { if ( !(_glfw.xrender.major || _glfw.xrender.minor) ) {
findTransparent = GLFW_FALSE; findTransparent = GLFW_FALSE;
} }