mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
Damage output when a fullscreen view unmaps
Also moved the arranging into view_unmap to avoid excessive code duplication.
This commit is contained in:
parent
beacd4d9f9
commit
7a922c65aa
5 changed files with 15 additions and 17 deletions
|
|
@ -196,8 +196,7 @@ static void handle_unmap(struct wl_listener *listener, void *data) {
|
|||
return;
|
||||
}
|
||||
|
||||
struct sway_container *parent = view_unmap(view);
|
||||
arrange_and_commit(parent);
|
||||
view_unmap(view);
|
||||
|
||||
wl_list_remove(&xdg_shell_v6_view->commit.link);
|
||||
wl_list_remove(&xdg_shell_v6_view->new_popup.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue