浏览代码

Removed WS_VISIBLE from creation flags.

Camilla Berglund 13 年之前
父节点
当前提交
d5ede06859
共有 1 个文件被更改,包括 1 次插入1 次删除
  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