Re: [PATCH weston RFC] compositor: Move all views to a new primary output

2016-07-08 Thread Armin Krezović
On 05.07.2016 13:42, Pekka Paalanen wrote: > On Thu, 30 Jun 2016 06:29:48 +0200 > Armin Krezović wrote: > >> When primary output gets disconnected and there >> were views created, they won't get assigned a >> new output when a new primary output gets plugged >> in. This will lead to crashes when

Re: [PATCH weston RFC] compositor: Move all views to a new primary output

2016-07-05 Thread Pekka Paalanen
On Thu, 30 Jun 2016 06:29:48 +0200 Armin Krezović wrote: > When primary output gets disconnected and there > were views created, they won't get assigned a > new output when a new primary output gets plugged > in. This will lead to crashes when weston tries > to use an already destroyed output. H

[PATCH weston RFC] compositor: Move all views to a new primary output

2016-06-29 Thread Armin Krezović
When primary output gets disconnected and there were views created, they won't get assigned a new output when a new primary output gets plugged in. This will lead to crashes when weston tries to use an already destroyed output. This fixes the problems by force-moving all views to the newly attache