mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-04-22 09:20:42 +02:00
zoom: Don't damage_all here
Setting geometry.dirty = 1 is enough.
This commit is contained in:
parent
9b154fa82b
commit
2ea094422a
1 changed files with 1 additions and 2 deletions
|
|
@ -147,8 +147,7 @@ weston_zoom_frame(struct weston_animation *animation,
|
|||
es->alpha = 255;
|
||||
|
||||
zoom->surface->geometry.dirty = 1;
|
||||
|
||||
weston_compositor_damage_all(es->compositor);
|
||||
weston_compositor_schedule_repaint(es->compositor);
|
||||
}
|
||||
|
||||
WL_EXPORT struct weston_zoom *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue