win32: make a flag explicit
This shouldn't change anything. But it's worth making this explicit, since it's very subtle and unintuitive: if the X parameter is the magic value CW_USEDEFAULT, then the Y parameter is used as nCmdShow parameter to ShowWindow(). And in our case, this is SW_HIDE (0), because we want to create a hidden window.
W
wm4 committed
8ed6d298c5dba49bd4f1e5dc877fcd67652123b2
Parent: 9969694