* evas: force the update to only affect the currently processed area.

WARNING: PLEASE REVIEW THAT PATCH !


SVN revision: 53402
This commit is contained in:
Cedric BAIL 2010-10-14 14:41:13 +00:00
parent 39a6e2df5a
commit 921c1a8c87
1 changed files with 3 additions and 0 deletions

View File

@ -1259,6 +1259,9 @@ evas_render_updates_internal(Evas *e,
}
}
#endif
e->engine.func->context_clip_set(e->engine.data.output,
e->engine.data.context,
x, y, w, h);
clean_them |= evas_render_mapped(e, obj, e->engine.data.context,
surface, off_x, off_y, 0
#ifdef REND_DGB