mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Set window overrideRedirect
This commit is contained in:
parent
8aa8c0f538
commit
825251564c
1 changed files with 1 additions and 0 deletions
|
|
@ -610,6 +610,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
|||
{
|
||||
wa.override_redirect = True;
|
||||
wamask |= CWOverrideRedirect;
|
||||
window->x11.overrideRedirect = GLFW_TRUE;
|
||||
}
|
||||
|
||||
_glfwGrabErrorHandlerX11();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue