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

Clarify comment

This commit is contained in:
Camilla Löwy 2018-08-13 17:57:27 +02:00
parent 8d3595fb4d
commit 096ace5a68

View File

@ -339,8 +339,8 @@ static HWND createHelperWindow(void)
return NULL; return NULL;
} }
// HACK: The first call to ShowWindow is ignored if the parent process // HACK: The command to the first ShowWindow call is ignored if the parent
// passed along a STARTUPINFO, so clear that flag with a no-op call // process passed along a STARTUPINFO, so clear that with a no-op call
ShowWindow(window, SW_HIDE); ShowWindow(window, SW_HIDE);
// Register for HID device notifications // Register for HID device notifications