Re: [PATCH weston v5 13/36] libweston: add heads_changed hook

2018-02-05 Thread Pekka Paalanen
On Fri, 2 Feb 2018 14:31:59 -0600 Derek Foreman wrote: > On 2017-12-14 05:40 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Add a hook for compositors to get a callback when heads are added or > > their connection status changes, to which compositors likely want to > > react to by e

Re: [PATCH weston v5 13/36] libweston: add heads_changed hook

2018-02-02 Thread Derek Foreman
On 2017-12-14 05:40 AM, Pekka Paalanen wrote: From: Pekka Paalanen Add a hook for compositors to get a callback when heads are added or their connection status changes, to which compositors likely want to react to by enabling or disabling outputs (API for that to be added later). As many head

[PATCH weston v5 13/36] libweston: add heads_changed hook

2017-12-14 Thread Pekka Paalanen
From: Pekka Paalanen Add a hook for compositors to get a callback when heads are added or their connection status changes, to which compositors likely want to react to by enabling or disabling outputs (API for that to be added later). As many head changes as possible should be coalesced into a s