mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Fixed glfwDestroyWindow not flushing the output buffer.
This commit is contained in:
@@ -1106,6 +1106,8 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
||||
XFreeColormap(_glfw.x11.display, window->x11.colormap);
|
||||
window->x11.colormap = (Colormap) 0;
|
||||
}
|
||||
|
||||
XFlush(_glfw.x11.display);
|
||||
}
|
||||
|
||||
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)
|
||||
|
||||
Reference in New Issue
Block a user