X11: Cleanup

From upstream: 73a8ebb691.
This commit is contained in:
Luflosi 2019-12-18 19:18:11 +01:00
parent b49105495c
commit 4a3686c16c
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

2
glfw/x11_window.c vendored
View File

@ -594,7 +594,7 @@ static bool createNativeWindow(_GLFWwindow* window,
{
XChangeProperty(_glfw.x11.display, window->x11.handle,
_glfw.x11.NET_WM_STATE, XA_ATOM, 32,
PropModeReplace, (unsigned char*) &states, count);
PropModeReplace, (unsigned char*) states, count);
}
}