block re-unsetting of native surface for comp objects

due to recent evas internals changes, this breaks software compositing
This commit is contained in:
Mike Blumenkrantz 2016-03-08 14:53:00 -05:00
parent 0959e59413
commit 53941a7dc0
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{