mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Damage whole views on map and unmap
This commit is contained in:
parent
1308c0ffc3
commit
a114ddbbf3
4 changed files with 33 additions and 1 deletions
2
view.c
2
view.c
|
|
@ -48,6 +48,8 @@ view_child_finish(struct cg_view_child *child)
|
|||
return;
|
||||
}
|
||||
|
||||
view_damage_whole(child->view);
|
||||
|
||||
wl_list_remove(&child->link);
|
||||
wl_list_remove(&child->commit.link);
|
||||
wl_list_remove(&child->new_subsurface.link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue