Re: [PATCH weston v2 1/4] compositor: update weston_surface:transform.matrix always

2013-01-16 Thread Pekka Paalanen
On Wed, 16 Jan 2013 12:40:15 +0200 Pekka Paalanen wrote: > Update the matrix always, regardless of transform.enabled. Will make it > easier to inherit a surface transform. > > Signed-off-by: Pekka Paalanen > --- > src/compositor.c |5 + > src/compositor.h |6 -- > 2 files chang

[PATCH weston v2 1/4] compositor: update weston_surface:transform.matrix always

2013-01-16 Thread Pekka Paalanen
Update the matrix always, regardless of transform.enabled. Will make it easier to inherit a surface transform. Signed-off-by: Pekka Paalanen --- src/compositor.c |5 + src/compositor.h |6 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/compositor.c b/src/co