xdg-activation: Initial implementation
This commit is contained in:
parent
9ced8c346d
commit
f7cc1985e3
11 changed files with 419 additions and 66 deletions
|
|
@ -312,7 +312,7 @@ impl XdgShellHandler for State {
|
|||
.visible_outputs_for_surface(surface.wl_surface())
|
||||
.collect::<Vec<_>>();
|
||||
for output in outputs.iter() {
|
||||
self.common.shell.active_space_mut(output).refresh();
|
||||
self.common.shell.refresh_active_space(output);
|
||||
}
|
||||
|
||||
// animations might be unblocked now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue