Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c 


Log Message:


exceed has different behvior with the shape extn - it provides a rect for the
window shape regardlss if the shape was set or not.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -3 -r1.101 -r1.102
--- e_container.c       16 Jun 2006 08:50:42 -0000      1.101
+++ e_container.c       3 Jul 2006 12:45:16 -0000       1.102
@@ -509,7 +509,15 @@
        evas_list_free(es->shape);
        es->shape = NULL;
      }
-   if (rects)
+   if ((rects) && (num == 1) &&
+       (rects[0].x == 0) &&
+       (rects[0].y == 0) &&
+       (rects[0].width == es->w) &&
+       (rects[0].height == es->h))
+     {
+       /* do nothing */
+     }
+   else if (rects)
      {
        for (i = 0; i < num; i++)
          {



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to