commit | 91f80f24b4368fe36edbca676ea2777df29cfc5c | [log] [tgz] |
---|---|---|
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | Thu May 22 22:41:30 2014 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jun 18 17:14:39 2014 -0700 |
tree | a06620432b79d6963136803794fe8581e85a6c35 | |
parent | ed04d38f6aa700a4634aa3f44b971e012600ebe4 [diff] |
animation: fix move scale animation Both weston_move_scale_run() and weston_slide_run() were broken in commit 3a869019. Commit a4a6f161 fixed and explained the problem for weston_slide_run() but weston_move_scale_run() remained broken. To fix weston_move_scale_run(), weston_view_animation_run() is also required. It was removed when _run() was split into two functions _create() and _run() in commit f5cc2b56, but _run() was not added in this commit.