mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Tagged comment.
This commit is contained in:
parent
06c191feea
commit
fc69721807
@ -103,8 +103,8 @@ static _GLFWfbconfig* getFBConfigs(_GLFWwindow* window, unsigned int* found)
|
|||||||
|
|
||||||
if (strcmp(vendor, "Chromium") == 0)
|
if (strcmp(vendor, "Chromium") == 0)
|
||||||
{
|
{
|
||||||
// This is a (hopefully temporary) workaround for Chromium (VirtualBox
|
// HACK: This is a (hopefully temporary) workaround for Chromium
|
||||||
// GL) not setting the window bit on any GLXFBConfigs
|
// (VirtualBox GL) not setting the window bit on any GLXFBConfigs
|
||||||
trustWindowBit = GL_FALSE;
|
trustWindowBit = GL_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user