efl_wl: Update native surface usage

We should be zeroing out the dmabuf scanout stuff.
This commit is contained in:
Derek Foreman 2018-02-14 14:35:19 -06:00
parent 285c0bbfdc
commit a2b5dbf1d8
1 changed files with 2 additions and 0 deletions

View File

@ -1371,6 +1371,8 @@ comp_surface_commit_image_state(Comp_Surface *cs, Comp_Buffer *buffer, Evas_Obje
ns.data.wl_dmabuf.attr = &buffer->dmabuf_buffer->attributes;
ns.data.wl_dmabuf.resource = buffer->res;
ns.data.wl_dmabuf.scanout.handler = NULL;
ns.data.wl_dmabuf.scanout.data = NULL;
}
else
{