Revert "Merge "evas/gl - fixed Evas_Map NightMare.""
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 27 Jul 2012 02:26:07 +0000 (11:26 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 27 Jul 2012 02:26:07 +0000 (11:26 +0900)
This reverts commit 97ffa1facc98c3871cbd281233cffd055689911b, reversing
changes made to eed31b210f2dfcceb8f6388dc9904c04af7ba2de.

src/modules/engines/gl_common/evas_gl_context.c

index 53f80e7..131b2b7 100644 (file)
@@ -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 = ny; w = nw; h = nh;
+        x = nx; y = nw; w = nw; h = nh;
      }
 
    if (!flat)