Re: [PATCH weston] desktop-shell: initialize children link

2014-02-01 Thread Kristian Høgsberg
On Tue, Jan 28, 2014 at 01:54:16PM +0100, poch...@gmail.com wrote: > From: Emilio Pozuelo Monfort > > Since commit 9046d2, when destroying a surface, we remove all the > links from its children. But when the child surfaces are destroyed, > those links will be removed again, but since they were no

Re: [PATCH weston] desktop-shell: initialize children link

2014-01-28 Thread Bryce W. Harrington
On Tue, Jan 28, 2014 at 01:54:16PM +0100, poch...@gmail.com wrote: > From: Emilio Pozuelo Monfort > > Since commit 9046d2, when destroying a surface, we remove all the > links from its children. But when the child surfaces are destroyed, > those links will be removed again, but since they were no

[PATCH weston] desktop-shell: initialize children link

2014-01-28 Thread pochu27
From: Emilio Pozuelo Monfort Since commit 9046d2, when destroying a surface, we remove all the links from its children. But when the child surfaces are destroyed, those links will be removed again, but since they were not properly initialized, weston will crash. Call shell_surface_set_parent ins