discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c4ba0f5242c7645908e8c835b6d48a23a3330c4a

commit c4ba0f5242c7645908e8c835b6d48a23a3330c4a
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Feb 10 19:17:11 2015 -0500

    setup evas callbacks for wl clients during commit
    
    this was happening way too late and breaking some clients
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 4e5eaa8..0404800 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -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));

-- 


Reply via email to