Michel Dänzer <[email protected]> writes: > Looking at the Mesa code, it uses xcb_generate_id to generate the event > ID. AFAICT the XCB code is properly checking and only queuing special > events with a matching event ID, so the only possible explanation seems > that xcb_generate_id ends up generating the same ID for multiple > clients. Is that plausible?
Not unless the first one was closed before the second opened. XIDs are globally unique in X. -- -keith
signature.asc
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
