mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 14:24:35 +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
|
else
|
||||||
{
|
window->win32.dwStyle |= WS_POPUP;
|
||||||
window->win32.dwStyle = WS_POPUP;
|
|
||||||
window->win32.dwExStyle = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
xpos = CW_USEDEFAULT;
|
xpos = CW_USEDEFAULT;
|
||||||
ypos = CW_USEDEFAULT;
|
ypos = CW_USEDEFAULT;
|
||||||
|
Loading…
Reference in New Issue
Block a user