diff options
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); |