mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
Move unsetting of view->surface into view_unmap
This commit is contained in:
parent
8773ed3970
commit
e6829c5991
4 changed files with 1 additions and 4 deletions
|
|
@ -200,7 +200,6 @@ static void handle_unmap(struct wl_listener *listener, void *data) {
|
|||
|
||||
wl_list_remove(&xdg_shell_v6_view->commit.link);
|
||||
wl_list_remove(&xdg_shell_v6_view->new_popup.link);
|
||||
view->surface = NULL;
|
||||
}
|
||||
|
||||
static void handle_map(struct wl_listener *listener, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue