mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Commented workaround.
This commit is contained in:
+5
-1
@@ -146,7 +146,11 @@ static _GLFWfbconfig* getFBConfigs(_GLFWwindow* window, unsigned int* found)
|
||||
vendor = glXGetClientString(_glfwLibrary.X11.display, GLX_VENDOR);
|
||||
|
||||
if (strcmp(vendor, "Chromium") == 0)
|
||||
trustWindowBit = GL_FALSE;
|
||||
{
|
||||
// This is a (hopefully temporary) workaround for Chromium (VirtualBox
|
||||
// GL) not setting the window bit on any GLXFBConfigs
|
||||
trustWindowBit = GL_FALSE;
|
||||
}
|
||||
|
||||
if (window->GLX.SGIX_fbconfig)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user