Re: [PATCH weston 1/2] desktop-shell: fix output removal for background/panel

2018-06-27 Thread Pekka Paalanen
On Tue, 26 Jun 2018 09:28:42 + Marius-cristian Vlad wrote: > On Thu, 2018-06-21 at 15:53 +0300, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > When the compositor has multiple outputs (not clones) and one of them > > is > > removed, the ones remaining to the right will be moved to c

Re: [PATCH weston 1/2] desktop-shell: fix output removal for background/panel

2018-06-26 Thread Marius-cristian Vlad
On Thu, 2018-06-21 at 15:53 +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > When the compositor has multiple outputs (not clones) and one of them > is > removed, the ones remaining to the right will be moved to close the > gap. > Because reflowing the remaining outputs happens before remo

[PATCH weston 1/2] desktop-shell: fix output removal for background/panel

2018-06-21 Thread Pekka Paalanen
From: Pekka Paalanen When the compositor has multiple outputs (not clones) and one of them is removed, the ones remaining to the right will be moved to close the gap. Because reflowing the remaining outputs happens before removing the wl_output global, we get the new output x,y before the removal