Re: [PATCH weston 1/5] animation: fix move scale animation

2014-06-18 Thread Kristian Høgsberg
On Thu, May 22, 2014 at 10:41:30PM +0200, Jonny Lamb wrote: > 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

Re: [PATCH weston 1/5] animation: fix move scale animation

2014-05-23 Thread Emilio Pozuelo Monfort
On 22/05/14 22:41, Jonny Lamb wrote: > 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_animati

[PATCH weston 1/5] animation: fix move scale animation

2014-05-22 Thread Jonny Lamb
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