-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backend: use distinct event queue for client sys
some drivers seem to unconditionally dispatch the default event queue. this can lead to spurious dispatching of wayland-rs managed objects breaking the tls invariant. prevent this from happening by moving everything off the default event queue to a distinct event queue
- Loading branch information
Showing
2 changed files
with
18 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters