fix: Fullscreen request unreachable code crash
caused by a duplication in pending_windows
This commit is contained in:
parent
0116bc0dc2
commit
09bca7a575
3 changed files with 35 additions and 15 deletions
|
|
@ -262,6 +262,7 @@ pub struct PendingLayer {
|
|||
pub struct Shell {
|
||||
pub workspaces: Workspaces,
|
||||
|
||||
// Can't make this into a HashSet. See https://github.com/pop-os/cosmic-comp/pull/1902
|
||||
pub pending_windows: Vec<PendingWindow>,
|
||||
pub pending_layers: Vec<PendingLayer>,
|
||||
pub pending_activations: HashMap<ActivationKey, ActivationContext>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue