瀏覽代碼

Tagged comment.

Camilla Berglund 13 年之前
父節點
當前提交
fc69721807
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/x11_opengl.c

+ 2 - 2
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;
     }