瀏覽代碼

Add comment for Win32 helper window path

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

+ 2 - 0
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: