mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
parent
9705113529
commit
ec971959cc
@ -1219,7 +1219,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