https://bugzilla.gnome.org/show_bug.cgi?id=773686

Daniel Stone <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #14 from Daniel Stone <[email protected]> ---
(In reply to Carlos Garnacho from comment #11)
> This is how windows are meant to be hidden as per the wayland
> protocol, there's no need to destroy the xdg_surface and other
> interfaces.

Erm ...

  if (surface->buffer_ref.buffer == NULL && priv->first_buffer_attached)
    {
      /* XDG surfaces can't commit NULL buffers */
      wl_resource_post_error (surface->resource,
                              WL_DISPLAY_ERROR_INVALID_OBJECT,
                              "Cannot commit a NULL buffer to an xdg_surface");
      return;
    }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to