X11: Make libX11 dynamically loaded

This completes the dynamic loading of all X11 libraries in preparation
for run-time platform selection.
This commit is contained in:
Camilla Löwy
2019-12-16 13:19:37 +01:00
parent 0c27ed1d0e
commit a0a5cc57df
4 changed files with 508 additions and 6 deletions
+1 -1
View File
@@ -2759,7 +2759,7 @@ void _glfwPlatformPollEvents(void)
#endif
XPending(_glfw.x11.display);
while (XQLength(_glfw.x11.display))
while (QLength(_glfw.x11.display))
{
XEvent event;
XNextEvent(_glfw.x11.display, &event);