mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Always reset transparency flag
This commit is contained in:
parent
1a33796098
commit
e9693a13fe
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user