client get toplv interface when show.
sometimes, it attached buffer(means rendering) ahead of toplv iface get
- wl_surface has created and rendered in background before show request
- there's wrapping lib. for a client to set titlei(by zxdg_toplevel_v6)
in this case, there are no grantee that if there is commit buffer already or not.
Change-Id: Id495801d1c92258b85d0c18257a3c5db377e45ad
return EINA_FALSE;
}
- if (e_pixmap_usable_get(ec->pixmap))
- {
- wl_resource_post_error(ec->comp_data->surface,
- ZXDG_SURFACE_V6_ERROR_UNCONFIGURED_BUFFER,
- "buffer attached/committed before configure");
- return EINA_FALSE;
- }
-
return EINA_TRUE;
}