mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 06:28:01 +02:00
desktop-shell: Remove damage for curtain
There is no need to damage a curtain. Adding or removing a view is what causes the damage. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
44c2c3ce72
commit
179aae34f7
1 changed files with 0 additions and 3 deletions
|
|
@ -3844,9 +3844,6 @@ shell_fade_init(struct desktop_shell *shell)
|
|||
if (!shell->fade.curtain)
|
||||
return;
|
||||
|
||||
weston_view_update_transform(shell->fade.curtain->view);
|
||||
weston_surface_damage(shell->fade.curtain->view->surface);
|
||||
|
||||
loop = wl_display_get_event_loop(shell->compositor->wl_display);
|
||||
shell->fade.startup_timer =
|
||||
wl_event_loop_add_timer(loop, fade_startup_timeout, shell);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue