mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Merge c44ffa2be5 into e40eb338b9
This commit is contained in:
commit
070da75b87
2 changed files with 1 additions and 2 deletions
|
|
@ -104,8 +104,6 @@ void container_begin_destroy(struct sway_container *con) {
|
||||||
container_fullscreen_disable(con);
|
container_fullscreen_disable(con);
|
||||||
}
|
}
|
||||||
|
|
||||||
wl_signal_emit(&con->node.events.destroy, &con->node);
|
|
||||||
|
|
||||||
container_end_mouse_operation(con);
|
container_end_mouse_operation(con);
|
||||||
|
|
||||||
con->node.destroying = true;
|
con->node.destroying = true;
|
||||||
|
|
|
||||||
|
|
@ -891,6 +891,7 @@ void view_unmap(struct sway_view *view) {
|
||||||
seat_consider_warp_to_focus(seat);
|
seat_consider_warp_to_focus(seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wl_signal_emit(&view->container->node.events.destroy, &view->container->node);
|
||||||
transaction_commit_dirty();
|
transaction_commit_dirty();
|
||||||
view->surface = NULL;
|
view->surface = NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue