setup evas callbacks for wl clients during commit

this was happening way too late and breaking some clients
This commit is contained in:
Mike Blumenkrantz 2015-02-10 19:17:11 -05:00
parent c9a839ad64
commit c4ba0f5242
1 changed files with 1 additions and 0 deletions

View File

@ -2545,6 +2545,7 @@ e_comp_wl_surface_commit(E_Client *ec)
Eina_Tiler *src, *tmp;
if (!(ep = ec->pixmap)) return EINA_FALSE;
_e_comp_wl_client_evas_init(ec);
/* mark the pixmap as usable or not */
e_pixmap_usable_set(ep, (ec->comp_data->pending.buffer != NULL));