Evas: proxy: more agressive pre_rendering of stuff

so both for smarts and non-smart objects.  once again thanks to tom/tasn.

SVN revision: 58019
This commit is contained in:
Brett Nash 2011-03-23 09:08:36 +00:00
parent 24d20d5a88
commit a4ff4f7fa3
1 changed files with 2 additions and 0 deletions

View File

@ -2606,6 +2606,8 @@ _proxy_subrender(Evas *e, Evas_Object *source)
}
else
{
if (!source->pre_render_done)
source->func->render_pre(source);
source->func->render(source, e->engine.data.output, ctx,
source->proxy.surface,
-source->cur.geometry.x,