浏览代码

Make helper window child of HWND_MESSAGE

Camilla Berglund 9 年之前
父节点
当前提交
bdd17c337f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/win32_init.c

+ 1 - 1
src/win32_init.c

@@ -299,7 +299,7 @@ static HWND createHelperWindow(void)
                                   L"GLFW helper window",
                                   WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
                                   0, 0, 1, 1,
-                                  NULL, NULL,
+                                  HWND_MESSAGE, NULL,
                                   GetModuleHandleW(NULL),
                                   NULL);
     if (!window)