mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05:00
X11: Cleanup
This is technically valid but misleading and may inspire future bugs like the one fixed by0b652a44d2
. (cherry picked from commit73a8ebb691
)
This commit is contained in:
parent
4df0a2b38e
commit
c3b8afc5d6
|
@ -682,7 +682,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
||||||
{
|
{
|
||||||
XChangeProperty(_glfw.x11.display, window->x11.handle,
|
XChangeProperty(_glfw.x11.display, window->x11.handle,
|
||||||
_glfw.x11.NET_WM_STATE, XA_ATOM, 32,
|
_glfw.x11.NET_WM_STATE, XA_ATOM, 32,
|
||||||
PropModeReplace, (unsigned char*) &states, count);
|
PropModeReplace, (unsigned char*) states, count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user