-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): avoid obvious border manager thread crash
This commit adds an early exit from the border manager's event processing loop whenever a window which still exists in the state but has been destroyed is encountered. Instead of returning an error, the 'containers loop will now skip ahead to the next iteration. This commit also makes an adjustment to the frequency with which the reaper sends border manager notifications - a single notification is now sent at the end of each iteration if necessary, rather than one notification per workspace.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 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