Ecore_Evas (Wayland): Add missing flush during rendering.

NB: This fixes animation issue wrt eating up cpu, only animating when
mouse was over, etc, etc..... Thanks Old Man !! ;)



SVN revision: 66995
This commit is contained in:
Christopher Michael 2012-01-09 10:52:19 +00:00
parent 50110e14c6
commit 655e20307a
1 changed files with 2 additions and 0 deletions

View File

@ -861,6 +861,8 @@ _ecore_evas_wl_render(Ecore_Evas *ee)
evas_render_updates_free(updates);
_ecore_evas_idle_timeout_update(ee);
rend = 1;
ecore_wl_flush();
}
if (ee->func.fn_post_render) ee->func.fn_post_render(ee);