Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix up the x11 hack for getting stuck in XInitThreads #5780
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR #5748 stops us blocking on input events on Linux, due to an apparent issue with how we are using X11 from paint threads in Servo.
Find the root cause and change how we use X11 from threads to allow us to re-enable XPeekEvent.