From 165171f9c8cffeef4a2edcc5a876d3f85d9343ed Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 23 Feb 2016 11:30:17 +0100 Subject: [PATCH] Add comment for Win32 helper window path --- src/win32_window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win32_window.c b/src/win32_window.c index 2c3914d6..5bbd0409 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -255,6 +255,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, _GLFWwindow* window = (_GLFWwindow*) GetWindowLongPtrW(hWnd, 0); if (!window) { + // This is the message handling for the hidden helper window + switch (uMsg) { case WM_NCCREATE: