mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
transparency flag reset should always be done
This commit is contained in:
parent
231cc9a778
commit
da33cc3923
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user