chore: Cleanup
This commit is contained in:
parent
800e01a484
commit
92f3dbce01
16 changed files with 329 additions and 277 deletions
|
|
@ -56,7 +56,6 @@ use smithay::{
|
|||
};
|
||||
use std::{
|
||||
borrow::Cow,
|
||||
cell::RefCell,
|
||||
fmt,
|
||||
hash::Hash,
|
||||
sync::{
|
||||
|
|
|
|||
|
|
@ -649,7 +649,7 @@ impl Workspaces {
|
|||
return;
|
||||
}
|
||||
|
||||
if let Some(set) = self.sets.remove(output) {
|
||||
if let Some(set) = self.sets.shift_remove(output) {
|
||||
{
|
||||
let map = layer_map_for_output(output);
|
||||
for surface in map.layers() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue