Re: [PATCH weston] libweston: Add move (without scale) animation

2016-11-21 Thread Daniel Stone
Hi, On 10 August 2016 at 14:53, Quentin Glidic wrote: > From: Quentin Glidic > > Signed-off-by: Quentin Glidic > --- > libweston/animation.c | 35 +-- > libweston/compositor.h | 7 ++- > 2 files changed, 35 insertions(+), 7 deletions(-) Why not. To ssh:/

[PATCH weston] libweston: Add move (without scale) animation

2016-08-10 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- libweston/animation.c | 35 +-- libweston/compositor.h | 7 ++- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/libweston/animation.c b/libweston/animation.c index 30b3e5d..75da957 10064