evas/image - return as possible as soon.

SVN revision: 81794
This commit is contained in:
ChunEon Park 2012-12-28 11:41:29 +00:00
parent fa1e49a642
commit 4079b164b7
1 changed files with 1 additions and 2 deletions

View File

@ -2846,12 +2846,11 @@ _proxy_subrender(Evas *eo_e, Evas_Object *eo_source, Eina_Bool do_async)
{
source->proxy.surface = e->engine.func->image_map_surface_new
(e->engine.data.output, w, h, 1);
if (!source->proxy.surface) return;
source->proxy.w = w;
source->proxy.h = h;
}
if (!source->proxy.surface) return;
ctx = e->engine.func->context_new(e->engine.data.output);
e->engine.func->context_color_set(e->engine.data.output, ctx, 0, 0, 0, 0);
e->engine.func->context_render_op_set(e->engine.data.output, ctx, EVAS_RENDER_COPY);