Always reset transparency flag

This commit is contained in:
Wolfgang Draxinger 2016-02-22 18:55:30 +01:00 committed by Camilla Berglund
parent 1a33796098
commit e9693a13fe

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;
} }