Fix hanging issue in _XReply
Assume event queue is empty if another thread is blocking waiting for event. If one thread was blocking waiting for an event and another thread sent a reply to the X server, both threads got blocked until an event was received. Signed-off-by:Tatu Frisk <tatu.frisk@ge.com> Signed-off-by:
Jose Alarcon <jose.alarcon@ge.com>
parent
83822530
No related branches found
No related tags found
-
mentioned in issue #148 (closed)
-
This commit may be causing crashes in Firefox: https://bugs.gentoo.org/832986
-
mentioned in issue #153 (closed)
-
@mattst88 Check for
XSynchronize()
and remove the code line. (took us a week or so in LXQt -> #148 (closed))
Please register or sign in to comment