Re: [PATCH weston v5 05/36] libweston: refactor weston_mode_switch_finish

2018-02-02 Thread Pekka Paalanen
On Thu, 1 Feb 2018 14:14:35 -0600 Derek Foreman wrote: > On 2017-12-14 05:40 AM, 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

Re: [PATCH weston v5 05/36] libweston: refactor weston_mode_switch_finish

2018-02-01 Thread Derek Foreman
On 2017-12-14 05:40 AM, 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 Reviewed-by: Quentin Glidic Reviewed-by: Der

[PATCH weston v5 05/36] libweston: refactor weston_mode_switch_finish

2017-12-14 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 Reviewed-by: Quentin Glidic --- libweston/compositor.c | 57 +++--