mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05: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