Re: [PATCH weston v3 06/36] libweston: refactor weston_mode_switch_finish

2017-10-31 Thread Quentin Glidic
On 10/31/17 12:48 PM, Pekka Paalanen wrote: From: Pekka Paalanen Split out a new function. This is a pure refactoring, no change in behaviour. This helps a following patch that adds a loop over output->head_list. Signed-off-by: Pekka Paalanen Quite obvious: Reviewed-by: Quentin Glidic T

[PATCH weston v3 06/36] libweston: refactor weston_mode_switch_finish

2017-10-31 Thread Pekka Paalanen
From: Pekka Paalanen Split out a new function. This is a pure refactoring, no change in behaviour. This helps a following patch that adds a loop over output->head_list. Signed-off-by: Pekka Paalanen --- libweston/compositor.c | 57 +++--- 1 file cha