fix map clip issue that shows up in buffer engine.

SVN revision: 66270
This commit is contained in:
Carsten Haitzler 2011-12-16 07:04:00 +00:00
parent 1aa9b4e6dd
commit 6fd0ee9262
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ evas_render_mapped(Evas *e, Evas_Object *obj, void *context, void *surface,
}
}
}
if (surface == e->engine.data.output)
// if (surface == e->engine.data.output)
e->engine.func->context_clip_clip(e->engine.data.output,
e->engine.data.context,
ecx, ecy, ecw, ech);