mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 23:50:19 +01:00
desktop-shell: Remove weston_surface_damage() from rotate
This already calls either weston_view_add_transform() or weston_view_remove_transform() followed by weston_view_update_transform(), the combination of which will already force a repaint for those views. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
0aafc50419
commit
44c2c3ce72
1 changed files with 0 additions and 1 deletions
|
|
@ -3301,7 +3301,6 @@ rotate_grab_motion(struct weston_pointer_grab *grab,
|
|||
}
|
||||
|
||||
weston_view_update_transform(shsurf->view);
|
||||
weston_surface_damage(shsurf->view->surface);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue