From 0153dab3465e755afb32784107ba696fc01a182a Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 28 Oct 2013 14:50:33 +0100 Subject: [PATCH] Clarified WGL re-creation comment. --- src/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index 46644109..7480f70c 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -919,7 +919,7 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window, // First we clear the current context (the one we just created) // This is usually done by glfwDestroyWindow, but as we're not doing - // full window destruction, it's duplicated here + // full GLFW window destruction, it's duplicated here _glfwPlatformMakeContextCurrent(NULL); // Next destroy the Win32 window and WGL context (without resetting or