evas/render - no. my fault.

SVN revision: 72188
This commit is contained in:
ChunEon Park 2012-06-15 11:42:56 +00:00
parent fa927a68cd
commit a8c0af3015
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ evas_render_mapped(Evas *e, Evas_Object *obj, void *context, void *surface,
evas_object_clip_recalc(obj);
RDI(level);
RD(" { evas_render_mapped(%p, %p, %p, %p, %i, %i, %i)\n", e, obj, context, surface, off_x, off_y, mapped);
RD(" { evas_render_mapped(%p, %p, %p, %p, %i, %i, %i, %i)\n", e, obj, context, surface, off_x, off_y, mapped, level);
if (mapped)
{
if ((!evas_object_is_visible(obj)) || (obj->clip.clipees) ||