add native surface (gl) clients to post render list

forgot to add this when I was redoing it for sw

ref 4d30674ab8
This commit is contained in:
Mike Blumenkrantz 2015-11-02 15:53:04 -05:00
parent cea91b111c
commit b45e16ee23
1 changed files with 6 additions and 1 deletions

View File

@ -856,7 +856,12 @@ _e_comp_object_pixels_get(void *data, Evas_Object *obj EINA_UNUSED)
edje_object_message_send(cw->shobj, EDJE_MESSAGE_INT, 0, &msg2);
}
if (cw->native)
E_FREE_FUNC(cw->pending_updates, eina_tiler_free);
{
E_FREE_FUNC(cw->pending_updates, eina_tiler_free);
e_comp->post_updates = eina_list_append(e_comp->post_updates, cw->ec);
REFD(cw->ec, 111);
e_object_ref(E_OBJECT(cw->ec));
}
else if (e_comp_object_render(ec->frame))
{
/* apply shape mask if necessary */