Add engine idle flush code.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83263
This commit is contained in:
Christopher Michael 2013-01-24 09:18:03 +00:00 committed by Christopher Michael
parent b5ac8fe948
commit 082f2c8f83
1 changed files with 3 additions and 0 deletions

View File

@ -334,7 +334,10 @@ eng_output_flush(void *data, Evas_Render_Mode render_mode)
static void
eng_output_idle_flush(void *data)
{
Render_Engine *re;
if (!(re = (Render_Engine *)data)) return;
re->outbuf_idle_flush(re->ob);
}
/* module functions */