From fc697218076ad61393f00da253a78f2265267f3c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 23 Nov 2012 12:02:09 +0100 Subject: [PATCH] Tagged comment. --- src/x11_opengl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x11_opengl.c b/src/x11_opengl.c index 20b17e0e..ad77805a 100644 --- a/src/x11_opengl.c +++ b/src/x11_opengl.c @@ -103,8 +103,8 @@ static _GLFWfbconfig* getFBConfigs(_GLFWwindow* window, unsigned int* found) if (strcmp(vendor, "Chromium") == 0) { - // This is a (hopefully temporary) workaround for Chromium (VirtualBox - // GL) not setting the window bit on any GLXFBConfigs + // HACK: This is a (hopefully temporary) workaround for Chromium + // (VirtualBox GL) not setting the window bit on any GLXFBConfigs trustWindowBit = GL_FALSE; }