Skip to content

Fix hanging issue in _XReply

Ross Burton requested to merge ross/libx11:thread into master

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

Merge request reports