From a7f8d70ef13ecf10524a8cc3435549d2f05246cb Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 5 Jul 2012 08:41:59 +0000 Subject: [PATCH] evas/gl - fixed Evas_Map NightMare. Trvial mistake but I wasted much time to find out it. SVN revision: 73331 --- legacy/evas/src/modules/engines/gl_common/evas_gl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/gl_common/evas_gl_context.c b/legacy/evas/src/modules/engines/gl_common/evas_gl_context.c index 3e43ea449a..391a53d126 100644 --- a/legacy/evas/src/modules/engines/gl_common/evas_gl_context.c +++ b/legacy/evas/src/modules/engines/gl_common/evas_gl_context.c @@ -2183,7 +2183,7 @@ evas_gl_common_context_image_map_push(Evas_Engine_GL_Context *gc, { clip = 0; cx = 0; cy = 0; cw = 0; ch = 0; } - x = nx; y = nw; w = nw; h = nh; + x = nx; y = ny; w = nw; h = nh; } if (!flat)