xdg-activation: Switch stack focus
This commit is contained in:
parent
a0aa8fb8b2
commit
14867a0893
3 changed files with 21 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue