mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
X11: Fix glfwSetWindowMonitor not flushing buffer
This commit is contained in:
@@ -2410,6 +2410,7 @@ void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
|
||||
xpos, ypos, width, height);
|
||||
}
|
||||
|
||||
XFlush(_glfw.x11.display);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user