cosmetic: update comments that refer to weston_surface_update_transform()

weston_surface_update_transform() no longer exists, except in comments.

Fix that.

[Pekka Paalanen: don't lose the full comment in compositor-drm.c.]

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Derek Foreman
2014-09-10 15:37:33 -05:00
committed by Pekka Paalanen
parent 2623786277
commit 4b1a0a1d07
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4706,7 +4706,7 @@ rotate_grab_motion(struct weston_pointer_grab *grab, uint32_t time,
shsurf->view->geometry.y + dposy);
}
/* Repaint implies weston_surface_update_transform(), which
/* Repaint implies weston_view_update_transform(), which
* lazily applies the damage due to rotation update.
*/
weston_compositor_schedule_repaint(shsurf->surface->compositor);