Re: [PATCH weston v3 06/17] compositor: constify weston_surface_build_buffer_matrix()

2016-05-04 Thread Bryce Harrington
On Tue, Apr 26, 2016 at 03:50:58PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Makes it easier to see that it does not change weston_surface state > implicitly. > > Signed-off-by: Pekka Paalanen Sure, LGTM: Reviewed-by: Bryce Harrington > --- > src/compositor.c | 4 ++-- > 1 fi

[PATCH weston v3 06/17] compositor: constify weston_surface_build_buffer_matrix()

2016-04-26 Thread Pekka Paalanen
From: Pekka Paalanen Makes it easier to see that it does not change weston_surface state implicitly. Signed-off-by: Pekka Paalanen --- src/compositor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 5500197..491b333 100644 ---