xdg-activation: Switch stack focus

This commit is contained in:
Victoria Brekenfeld 2023-11-14 17:30:11 +01:00 committed by Victoria Brekenfeld
parent a0aa8fb8b2
commit 14867a0893
3 changed files with 21 additions and 5 deletions

View file

@ -584,7 +584,7 @@ impl CosmicSurface {
pub fn with_surfaces<F>(&self, processor: F)
where
F: FnMut(&WlSurface, &SurfaceData) + Copy,
F: FnMut(&WlSurface, &SurfaceData),
{
match self {
CosmicSurface::Wayland(window) => window.with_surfaces(processor),