On Thu, 26 Jun 2014 10:19:32 +0800
Boyan Ding <[email protected]> wrote:

> Commit 9aa8ce69 forgot to set shsurf->fullscreen_output in
> fullscreen_binding(), causing segfault when fullscreening using key
> bindings. This patch fixes that.
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=79828
> Signed-off-by: Boyan Ding <[email protected]>
> ---
>  desktop-shell/shell.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
> index d267cde..f22cef8 100644
> --- a/desktop-shell/shell.c
> +++ b/desktop-shell/shell.c
> @@ -4193,6 +4193,7 @@ fullscreen_binding(struct weston_seat *seat, uint32_t 
> time, uint32_t button, voi
>  
>       shsurf->state_requested = true;
>       shsurf->requested_state.fullscreen = !shsurf->state.fullscreen;
> +     shsurf->fullscreen_output = shsurf->output;
>       send_configure_for_surface(shsurf);
>  }
>  

Jason pushed this, thanks,
pq
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to