mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 15:48:05 +02:00
desktop-shell: Remove weston_view_damage_below from desktop_view_destroy
weston_view_damage_below() has done nothing but schedule a repaint for a long time now. weston_view_destroy() will trigger the repaint without forcing it here. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
e70cfe319c
commit
7900235fee
1 changed files with 0 additions and 2 deletions
|
|
@ -134,8 +134,6 @@ weston_desktop_view_destroy(struct weston_desktop_view *view)
|
|||
|
||||
wl_list_remove(&view->children_link);
|
||||
wl_list_remove(&view->link);
|
||||
|
||||
weston_view_damage_below(view->view);
|
||||
if (view->parent != NULL)
|
||||
weston_view_destroy(view->view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue