Re: [PATCH weston 4/4] compositor: Move view repositioning logic into shell

2014-02-10 Thread Zhang, Xiong Y
On Wed, 2014-01-29 at 18:47 +0200, Ander Conselvan de Oliveira wrote: > Remove the listener for output destroy from weston_view and instead > iterate views owned by the shell in its own output destroy listener. > > This simplifies the code a bit since keeping the view listening for the > destroy o

[PATCH weston 4/4] compositor: Move view repositioning logic into shell

2014-01-29 Thread Ander Conselvan de Oliveira
Remove the listener for output destroy from weston_view and instead iterate views owned by the shell in its own output destroy listener. This simplifies the code a bit since keeping the view listening for the destroy on the right output was a bit complicated. This also removes the function pointer