Add engine output redraws clear code.

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

SVN revision: 83260
This commit is contained in:
Christopher Michael 2013-01-24 09:17:47 +00:00 committed by Christopher Michael
parent 866576b89b
commit 4c04c1bb54
1 changed files with 3 additions and 0 deletions

View File

@ -287,7 +287,10 @@ eng_output_redraws_rect_del(void *data, int x, int y, int w, int h)
static void
eng_output_redraws_clear(void *data)
{
Render_Engine *re;
if (!(re = (Render_Engine *)data)) return;
if (re->tb) evas_common_tilebuf_clear(re->tb);
}
static void *