Re: [PATCH weston 09/15] libweston: specify weston_output::enabled

2017-04-04 Thread Armin Krezović
On 04.04.2017 12:58, Pekka Paalanen wrote: > From: Pekka Paalanen > Hi, > It was ambiguous what this flag meant - it did not mean whether the > backend is considering this output to be enabled, because > weston_output_destroy() unsets it while deliberately not calling the > backend disable() vf

[PATCH weston 09/15] libweston: specify weston_output::enabled

2017-04-04 Thread Pekka Paalanen
From: Pekka Paalanen It was ambiguous what this flag meant - it did not mean whether the backend is considering this output to be enabled, because weston_output_destroy() unsets it while deliberately not calling the backend disable() vfunc. Perhaps the most clear definition is with respect to th