feat: add window animations
This commit is contained in:
parent
eece44a59c
commit
2a079ed800
29 changed files with 6957 additions and 114 deletions
|
|
@ -2034,6 +2034,7 @@ impl Wm {
|
|||
self.windows_by_surface_serial.remove(&serial);
|
||||
}
|
||||
if let Some(window) = data.window.take() {
|
||||
window.queue_spawn_out();
|
||||
window.destroy();
|
||||
}
|
||||
if let Some(parent) = data.parent.take() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue