Re: [PATCH weston v5 11/36] libweston: add weston_head::connected

2018-02-05 Thread Pekka Paalanen
On Fri, 2 Feb 2018 13:52:37 -0600 Derek Foreman wrote: > On 2017-12-14 05:40 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Heads may be disconnected or connected and the compositor needs to be > > able to know the state to know which heads to take into use. > > > > Currently a sin

Re: [PATCH weston v5 11/36] libweston: add weston_head::connected

2018-02-02 Thread Derek Foreman
On 2017-12-14 05:40 AM, Pekka Paalanen wrote: From: Pekka Paalanen Heads may be disconnected or connected and the compositor needs to be able to know the state to know which heads to take into use. Currently a single head is automatically created with an output, and outputs are only ever creat

[PATCH weston v5 11/36] libweston: add weston_head::connected

2017-12-14 Thread Pekka Paalanen
From: Pekka Paalanen Heads may be disconnected or connected and the compositor needs to be able to know the state to know which heads to take into use. Currently a single head is automatically created with an output, and outputs are only ever created as connected and destroyed on disconnection,