mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
parent
cdaec8a93f
commit
deb50ce0cb
@ -1214,7 +1214,7 @@ void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
|
|||||||
window->win32.dwExStyle = getWindowExStyle(&wndconfig);
|
window->win32.dwExStyle = getWindowExStyle(&wndconfig);
|
||||||
|
|
||||||
SetWindowLongPtr(window->win32.handle,
|
SetWindowLongPtr(window->win32.handle,
|
||||||
GWL_STYLE, window->win32.dwStyle);
|
GWL_STYLE, window->win32.dwStyle | WS_VISIBLE);
|
||||||
SetWindowLongPtr(window->win32.handle,
|
SetWindowLongPtr(window->win32.handle,
|
||||||
GWL_EXSTYLE, window->win32.dwExStyle);
|
GWL_EXSTYLE, window->win32.dwExStyle);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user