diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2014-09-10 15:37:33 -0500 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-09-11 11:52:56 +0300 |
commit | 4b1a0a1d07b4312e90bc20ff13d465add90a41ff (patch) | |
tree | 95d28f35ae1e5a381ba97695bc4729261c52871e /desktop-shell | |
parent | 26237862770baf5d162cdcf23b33a1577ae98de7 (diff) | |
download | weston-4b1a0a1d07b4312e90bc20ff13d465add90a41ff.tar.gz weston-4b1a0a1d07b4312e90bc20ff13d465add90a41ff.tar.bz2 weston-4b1a0a1d07b4312e90bc20ff13d465add90a41ff.zip |
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>
Diffstat (limited to 'desktop-shell')
-rw-r--r-- | desktop-shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 3cc5733b..3a5a702a 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -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); |