Moved GLFW_VISIBLE hint use to glfwinfo.

This commit is contained in:
Camilla Berglund
2012-08-28 17:52:22 +02:00
parent f6a1bbf782
commit f5bfe41456
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -207,6 +207,8 @@ int main(int argc, char** argv)
if (strategy)
glfwWindowHint(GLFW_OPENGL_ROBUSTNESS, strategy);
glfwWindowHint(GLFW_VISIBLE, GL_FALSE);
// We assume here that we stand a better chance of success by leaving all
// possible details of pixel format selection to GLFW