Re: [PATCH 4/7] compositor: Mark all views as dirty when all outputs are gone

2016-08-05 Thread Pekka Paalanen
On Fri, 29 Jul 2016 13:26:25 +0200 Armin Krezović wrote: > When all outputs are gone and views were created before they > were gone, all views would have an output that points to a > destroyed object. > > Instead, mark the view as dirty and set the view output to > NULL so a view gets an output

[PATCH 4/7] compositor: Mark all views as dirty when all outputs are gone

2016-07-29 Thread Armin Krezović
When all outputs are gone and views were created before they were gone, all views would have an output that points to a destroyed object. Instead, mark the view as dirty and set the view output to NULL so a view gets an output assigned as soon as it gets plugged in. Signed-off-by: Armin Krezović