Commits on Source (10)
-
Rémi Denis-Courmont authored4ef015d9
-
Rémi Denis-Courmont authored2d439b25
-
Rémi Denis-Courmont authored
The user of the window typically uses a different connection to the X11 than the window module. The window must be mapped before the user tries anything with it. On a different connection a mere `xcb_flush()` is not sufficient, as it does not guarantee that the X11 server served the request. The current code relies on the fact that the window map request will necessarily have been processed before the pointer query reply is received. But the pointer query will be (re)moved, so it cannot be relied on any longer.
4b5880da -
Rémi Denis-Courmont authored
No functional changes.
937130ad -
Rémi Denis-Courmont authored8775c91a
-
Rémi Denis-Courmont authored11bce8cb
-
Rémi Denis-Courmont authoredcd8fe1ba
-
Rémi Denis-Courmont authored0a2f9774
-
Rémi Denis-Courmont authored
This is over 11 years old.
dbf4f24a -
Rémi Denis-Courmont authored
If an event occur between a request and a reponse, it needs to be processed before the response, to avoid an inversion.
549c6c72