Re: [PATCH weston 07/15] libweston: unexport weston_output_update_matrix()

2017-04-04 Thread Armin Krezović
On 04.04.2017 12:58, Pekka Paalanen wrote: > From: Pekka Paalanen > > Only used internally in core. Needs to happen automatically when > something changes, so there should no need to call it from outside. > > Signed-off-by: Pekka Paalanen Reviewed-by: Armin Krezović Thanks, Armin. > --- >

[PATCH weston 07/15] libweston: unexport weston_output_update_matrix()

2017-04-04 Thread Pekka Paalanen
From: Pekka Paalanen Only used internally in core. Needs to happen automatically when something changes, so there should no need to call it from outside. Signed-off-by: Pekka Paalanen --- libweston/compositor.c | 5 - libweston/compositor.h | 2 -- 2 files changed, 4 insertions(+), 3 delet