mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-07 06:38:50 -05:00
Removed WS_VISIBLE from creation flags.
This commit is contained in:
parent
d0ad28f174
commit
d5ede06859
|
@ -753,7 +753,7 @@ static int createWindow(_GLFWwindow* window,
|
|||
WCHAR* wideTitle;
|
||||
|
||||
// Set common window styles
|
||||
dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE;
|
||||
dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
|
||||
dwExStyle = WS_EX_APPWINDOW;
|
||||
|
||||
// Set window style, depending on fullscreen mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user