mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user