From fdeb104733e25c24edbff4c70de30d8e2a81756d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 10 May 2014 13:37:07 -0400 Subject: [PATCH] comp can only set native surface with gl, so only try setting based on gl --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 5f859e8f4..2c7467e8a 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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) {