Add engine output redraws rectangle add code.

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

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

View File

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