ecore_evas: trigger pre render function as expected.

This should fix exactness and elementary documentation screenshot bug discovered
by commit 6149fd7a0a9ef3f9495270cf1c4ab7727a30f21c in elementary.
This commit is contained in:
Cedric BAIL 2016-01-29 07:21:58 +01:00
parent 100a7006b8
commit adff529004
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ _ecore_evas_buffer_render(Ecore_Evas *ee)
_ecore_evas_resize(ee, w, h);
bdata->pixels = evas_object_image_data_get(bdata->image, 1);
}
if (ee->func.fn_pre_render) ee->func.fn_pre_render(ee);
if (bdata->pixels)
{
updates = evas_render_updates(ee->evas);