Add engine output redraws rectangle del code.

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

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

View File

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