Hi,<div><br></div><div>I have a fairly large program with a small part accessing xcb. It basically does the following:</div><div><br></div><div>thread A: open a display; spawn thread b; listen for events.</div><div>thread B: set event mask (substructure redirect mask on root window)</div>
<div><br></div><div>What seems to happen is that thread A never gets any configure request events nor map requests. However when I replicate this exact code with Xlib with build in xcb backend, thread A does receive events.</div>
<div><br></div><div>I&#39;m guessing only the thread that sets the mask gets the events, is there a way to tell xcb to deliver the events to thread A or is this a possible bug?</div>