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:
Daniel Stone 2025-05-28 15:19:05 +01:00
parent 0aafc50419
commit 44c2c3ce72

View file

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