mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed styles for undecorated windows on Windows.
This commit is contained in:
parent
ffc55c3509
commit
a90389044d
@ -788,10 +788,7 @@ static int createWindow(_GLFWwindow* window,
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
window->win32.dwStyle = WS_POPUP;
|
||||
window->win32.dwExStyle = 0;
|
||||
}
|
||||
window->win32.dwStyle |= WS_POPUP;
|
||||
|
||||
xpos = CW_USEDEFAULT;
|
||||
ypos = CW_USEDEFAULT;
|
||||
|
Loading…
Reference in New Issue
Block a user