mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
use per window snapshot for overrideRedirect instead of global.
This commit is contained in:
parent
46a989ce8f
commit
0d77d9a544
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
|||
ExposureMask | FocusChangeMask | VisibilityChangeMask |
|
||||
EnterWindowMask | LeaveWindowMask | PropertyChangeMask;
|
||||
|
||||
if (_glfw.hints.window.x11.overrideRedirect)
|
||||
if (wndconfig->x11.overrideRedirect)
|
||||
{
|
||||
wa.override_redirect = True;
|
||||
wamask |= CWOverrideRedirect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue