Win32: Fix monitor event emission

Fixes #784.
This commit is contained in:
Camilla Löwy
2017-03-14 19:21:52 +01:00
parent 0df9cc2fc5
commit 97dbd8b63b
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -307,10 +307,10 @@ static HWND createHelperWindow(void)
MSG msg;
HWND window = CreateWindowExW(WS_EX_OVERLAPPEDWINDOW,
_GLFW_WNDCLASSNAME,
L"GLFW helper window",
L"GLFW message window",
WS_CLIPSIBLINGS | WS_CLIPCHILDREN,
0, 0, 1, 1,
HWND_MESSAGE, NULL,
NULL, NULL,
GetModuleHandleW(NULL),
NULL);
if (!window)