Damage whole views on map and unmap

This commit is contained in:
Jente Hidskes 2019-02-13 18:50:29 +01:00
parent 8b0f027b46
commit b91a2c7c54
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
4 changed files with 33 additions and 1 deletions

2
view.c
View file

@ -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);