setup evas callbacks for wl clients during commit
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 11 Feb 2015 00:17:11 +0000 (19:17 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 11 Feb 2015 00:17:11 +0000 (19:17 -0500)
this was happening way too late and breaking some clients

src/bin/e_comp_wl.c

index 4e5eaa89651e7d088f3d026137d23d3f0f5b68bf..0404800675695905447b522ac77faaa4c2388180 100644 (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));