mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 21:14:35 +00:00
Make helper window child of HWND_MESSAGE
This commit is contained in:
parent
3bbc8e3191
commit
bdd17c337f
@ -299,7 +299,7 @@ static HWND createHelperWindow(void)
|
|||||||
L"GLFW helper window",
|
L"GLFW helper window",
|
||||||
WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
|
WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
|
||||||
0, 0, 1, 1,
|
0, 0, 1, 1,
|
||||||
NULL, NULL,
|
HWND_MESSAGE, NULL,
|
||||||
GetModuleHandleW(NULL),
|
GetModuleHandleW(NULL),
|
||||||
NULL);
|
NULL);
|
||||||
if (!window)
|
if (!window)
|
||||||
|
Loading…
Reference in New Issue
Block a user