On Thu, Aug 16, 2012 at 10:50:07AM +0200, Philipp Brüschweiler wrote:
> E.g. this can happen when you grab the lower right corner of a window
> and move over the top of the window when resizing. In this case, the
> changed width is still important and should be acted upon.

Indeed, that was the old dirty workaround for negative resizes.

Kristian

> https://bugs.freedesktop.org/show_bug.cgi?id=53560
> ---
>  clients/window.c | 3 ---
>  1 Datei geändert, 3 Zeilen entfernt(-)
> 
> diff --git a/clients/window.c b/clients/window.c
> index 3262174..3846e15 100644
> --- a/clients/window.c
> +++ b/clients/window.c
> @@ -2691,9 +2691,6 @@ handle_configure(void *data, struct wl_shell_surface 
> *shell_surface,
>  {
>       struct window *window = data;
>  
> -     if (width <= 0 || height <= 0)
> -             return;
> -
>       window->resize_edges = edges;
>       window_schedule_resize(window, width, height);
>  }
> -- 
> 1.7.11.5
> 
> _______________________________________________
> 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