comp can only set native surface with gl, so only try setting based on gl

This commit is contained in:
Mike Blumenkrantz 2014-05-10 13:37:07 -04:00
parent 447172a626
commit fdeb104733
1 changed files with 1 additions and 1 deletions

View File

@ -3109,7 +3109,7 @@ _e_comp_object_dirty(Eo *obj, E_Comp_Object *cw)
ERR("ERROR FETCHING PIXMAP FOR %p", cw->ec);
return;
}
e_comp_object_native_surface_set(obj, 1);
e_comp_object_native_surface_set(obj, e_comp_gl_get());
it = eina_tiler_iterator_new(cw->updates);
EINA_ITERATOR_FOREACH(it, r)
{