X11: Fix glfwSetWindowMonitor not flushing buffer

This commit is contained in:
Camilla Löwy
2019-01-01 18:32:45 +01:00
parent cde0aaaab1
commit 72c3908e14
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2410,6 +2410,7 @@ void _glfwPlatformSetWindowMonitor(_GLFWwindow* window,
xpos, ypos, width, height);
}
XFlush(_glfw.x11.display);
return;
}