RE: [PATCH] compositor: Ensure views on hiden workspace are listening correct output

2013-12-22 Thread Zhang, Xiong Y
> @@ -406,7 +406,8 @@ weston_view_output_destroy_handler(struct wl_listener > *listener, > struct weston_output, link); > > x = first_output->x + first_output->width / 4; > - y = first_output->y + first_output->height / 4; > +

Re: [PATCH] Release pointer and keyboard with the seat

2013-12-22 Thread Hardening
Le 22/12/2013 22:50, Kristian Høgsberg a écrit : On Sat, Dec 21, 2013 at 11:19:11PM +0100, Hardening wrote: This patch fixes seat releasing during a RDP disconnection. It does not fully fix https://bugs.freedesktop.org/show_bug.cgi?id=66830, but makes things better. Thanks, applied. What's le

Re: [PATCH 2/2] shell: Handle the desktop shell client destroy signal

2013-12-22 Thread Kristian Høgsberg
On Fri, Dec 20, 2013 at 09:07:01PM +0200, Ander Conselvan de Oliveira wrote: > From: Ander Conselvan de Oliveira > > Set the internal pointer for the client to NULL. This fixes a > segmentation fault at shutdown, where the shell would hang up before > and cause libwayland to call wl_client_destro

Re: [PATCH] Release pointer and keyboard with the seat

2013-12-22 Thread Kristian Høgsberg
On Sat, Dec 21, 2013 at 11:19:11PM +0100, Hardening wrote: > This patch fixes seat releasing during a RDP disconnection. > It does not fully fix https://bugs.freedesktop.org/show_bug.cgi?id=66830, > but makes things better. Thanks, applied. What's left to fix 66830? Kristian > --- > src/compos

Re: [PATCH weston v5] pixman: Destroy pixman images when underlying buffer is destroyed

2013-12-22 Thread Kristian Høgsberg
On Thu, Dec 12, 2013 at 12:57:56PM +0100, Lubomir Rintel wrote: > While the pixman image might be attached, the underlying buffer might be > already gone under certain circumstances. This is easily reproduced by > attempting to resize gnome-terminal on a fbdev backend. > > $ WAYLAND_DEBUG=1 strace