> @@ -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;
> +
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
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
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
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