On Thu, Jul 11, 2013 at 10:35:55AM +0100, Rob Bradford wrote:
> From: Rob Bradford <[email protected]>
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=66793

Looks good to me, applied.

Kristian

> ---
>  clients/window.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/clients/window.c b/clients/window.c
> index cff7102..93a0a2c 100644
> --- a/clients/window.c
> +++ b/clients/window.c
> @@ -2553,7 +2553,7 @@ frame_button_handler(struct widget *widget,
>       struct display *display = window->display;
>       int location;
>  
> -     if (window->type != TYPE_TOPLEVEL)
> +     if (!(window->type == TYPE_TOPLEVEL || window->type == TYPE_MAXIMIZED))
>               return;
>  
>       location = theme_get_location(display->theme, input->sx, input->sy,
> -- 
> 1.8.3.1
> 
> _______________________________________________
> wayland-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to