1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Make helper window child of HWND_MESSAGE

This commit is contained in:
Camilla Berglund 2016-02-08 16:39:08 +01:00
parent 3bbc8e3191
commit bdd17c337f

View File

@ -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)