[PATCH weston 0/2] Fix output reflow on hot-unplug

Pekka Paalanen ppaalanen at gmail.com
Thu Jun 21 12:53:16 UTC 2018


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

Hi,

see the second patch for the actual issue. The first patch fixes a bug
that went unnoticed because of the second bug.

This is pretty easy to test. Use the wayland or x11 backends and launch
with two outputs. Check the wl_output x,y with weston-info, close the
left output window, and check weston-info again. The remaining output
should be at x=0, y=0, but instead it was x = 2 * old_x.


Thanks,
pq

Pekka Paalanen (2):
  desktop-shell: fix output removal for background/panel
  libweston: fix output reflow on removal

 clients/desktop-shell.c | 37 ++++++++++++++++++++++++-------------
 libweston/compositor.c  |  2 +-
 2 files changed, 25 insertions(+), 14 deletions(-)

-- 
2.16.4



More information about the wayland-devel mailing list