Explorar o código

Removed WS_VISIBLE from creation flags.

Camilla Berglund %!s(int64=13) %!d(string=hai) anos
pai
achega
d5ede06859
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/win32_window.c

+ 1 - 1
src/win32_window.c

@@ -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