fixes: various fixes and cleanup
This commit is contained in:
parent
b4346ff3ca
commit
c1edb81084
27 changed files with 676 additions and 1455 deletions
|
|
@ -72,8 +72,10 @@ where
|
|||
);
|
||||
let renderer = compositor.create_renderer();
|
||||
|
||||
self.aliases.retain(|w, i| *w != window.id() && *i != id);
|
||||
let _ = self.aliases.insert(window.id(), id);
|
||||
|
||||
self.entries.retain(|old, _| id != *old);
|
||||
let _ = self.entries.insert(
|
||||
id,
|
||||
Window {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue