Re: [PATCH weston 08/15] libweston: move asserts to add_pending_output()

2017-04-04 Thread Armin Krezović
On 04.04.2017 12:58, Pekka Paalanen wrote: > From: Pekka Paalanen > > weston_compositor_add_pending_output() is the point through which all > backends must go when creating a new output. The enable and disable > vfuns are essential for anything to be done with the output, so it makes > sense to c

[PATCH weston 08/15] libweston: move asserts to add_pending_output()

2017-04-04 Thread Pekka Paalanen
From: Pekka Paalanen weston_compositor_add_pending_output() is the point through which all backends must go when creating a new output. The enable and disable vfuns are essential for anything to be done with the output, so it makes sense to check them here, rather than when actually enabling or d