From 9beba1ba31fc50c7fd22222186f36dc04743bbb2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 10 Feb 2014 19:10:57 +0100 Subject: [PATCH] Fixed copypaste mistake. --- src/glfw_config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glfw_config.h.in b/src/glfw_config.h.in index e4953245..7234eb95 100644 --- a/src/glfw_config.h.in +++ b/src/glfw_config.h.in @@ -74,7 +74,7 @@ // Define this to 1 if glfwCreateWindow should populate the menu bar #cmakedefine _GLFW_USE_MENUBAR // Define this to 1 if windows should use full resolution on Retina displays -#cmakedefine _GLFW_USE_MENUBAR +#cmakedefine _GLFW_USE_RETINA // Define this to 1 if using OpenGL as the client library #cmakedefine _GLFW_USE_OPENGL