1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-31 03:18:50 -05:00

Merge branch 'showwindow' of github.com:elmindreda/glfw into showwindow

This commit is contained in:
Camilla Berglund 2012-09-06 15:33:26 +02:00
commit 67390ac2f4

View File

@ -753,7 +753,7 @@ static int createWindow(_GLFWwindow* window,
WCHAR* wideTitle; WCHAR* wideTitle;
// Set common window styles // Set common window styles
dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE; dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
dwExStyle = WS_EX_APPWINDOW; dwExStyle = WS_EX_APPWINDOW;
// Set window style, depending on fullscreen mode // Set window style, depending on fullscreen mode