Re: [PATCH weston 04/15] libweston: let add/remove_output handle the lists

2017-07-24 Thread Pekka Paalanen
On Mon, 24 Jul 2017 16:08:49 +0300 Pekka Paalanen wrote: > On Fri, 7 Apr 2017 20:58:45 +0200 > Armin Krezović wrote: > > > On 04.04.2017 12:58, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > > > A weston_output available to the compositor should always be either in > > > the pendi

Re: [PATCH weston 04/15] libweston: let add/remove_output handle the lists

2017-07-24 Thread Pekka Paalanen
On Fri, 7 Apr 2017 20:58:45 +0200 Armin Krezović wrote: > On 04.04.2017 12:58, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > A weston_output available to the compositor should always be either in > > the pending or the live outputs list. Let weston_compositor_add_output() > > and westo

Re: [PATCH weston 04/15] libweston: let add/remove_output handle the lists

2017-04-07 Thread Armin Krezović
On 04.04.2017 12:58, Pekka Paalanen wrote: > From: Pekka Paalanen > > A weston_output available to the compositor should always be either in > the pending or the live outputs list. Let weston_compositor_add_output() > and weston_compositor_remove_output() handle the moves between the > lists. >

Re: [PATCH weston 04/15] libweston: let add/remove_output handle the lists

2017-04-04 Thread Armin Krezović
On 04.04.2017 12:58, Pekka Paalanen wrote: > From: Pekka Paalanen > > A weston_output available to the compositor should always be either in > the pending or the live outputs list. Let weston_compositor_add_output() > and weston_compositor_remove_output() handle the moves between the > lists. >

[PATCH weston 04/15] libweston: let add/remove_output handle the lists

2017-04-04 Thread Pekka Paalanen
From: Pekka Paalanen A weston_output available to the compositor should always be either in the pending or the live outputs list. Let weston_compositor_add_output() and weston_compositor_remove_output() handle the moves between the lists. This way weston_output_enable() does not need to remove a