discomfitor pushed a commit to branch enlightenment-0.20.

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

commit 53941a7dc0f97ec490bb84eba48848f13038a906
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Mar 8 14:53:00 2016 -0500

    block re-unsetting of native surface for comp objects
    
    due to recent evas internals changes, this breaks software compositing
---
 src/bin/e_comp_object.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index f7c8590..d31c17f 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -3543,6 +3543,7 @@ e_comp_object_native_surface_set(Evas_Object *obj, 
Eina_Bool set)
    EINA_SAFETY_ON_NULL_RETURN(cw->ec);
    if (cw->ec->input_only) return;
    set = !!set;
+   if ((!set) && (!cw->native)) return;
 
    if (set)
      {

-- 


Reply via email to