discomfitor pushed a commit to branch master.

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

commit b710f6f3b39227a61976e020d8aa473183a1c01a
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 68329ae..c538770 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -3576,6 +3576,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