fix: Fullscreen request unreachable code crash

caused by a duplication in pending_windows
This commit is contained in:
Nikola Hristov 2025-12-12 17:05:45 +02:00
parent 0116bc0dc2
commit 09bca7a575
3 changed files with 35 additions and 15 deletions

View file

@ -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>,