summaryrefslogtreecommitdiff
path: root/src/animation.c
diff options
context:
space:
mode:
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2013-02-21 18:35:23 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-02-21 21:12:45 -0500
commita4575634f4a1f63430cfc4da5b7ab757f6c33c1c (patch)
tree90849ee84a1f34307625daabb4a97495753d1edc /src/animation.c
parent87524b65cb2d8585de5c1efb404dd5a0743cd642 (diff)
downloadweston-a4575634f4a1f63430cfc4da5b7ab757f6c33c1c.tar.gz
compositor: Rename lock and unlock signals to idle and wake
After the changes introduced in the previous patch, those names are more appropriate. It is up to the shell to decide when to lock the screen.
Diffstat (limited to 'src/animation.c')
-rw-r--r--src/animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation.c b/src/animation.c
index 5b6db316..9e2ad4ec 100644
--- a/src/animation.c
+++ b/src/animation.c
@@ -154,7 +154,7 @@ weston_surface_animation_frame(struct weston_animation *base,
animation->frame(animation);
animation->surface->geometry.dirty = 1;
- weston_surface_schedule_repaint(animation->surface);
+ weston_compositor_schedule_repaint(animation->surface->compositor);
}
static struct weston_surface_animation *