Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Add some else's so that only one placement rule is executed.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -3 -r1.570 -r1.571
--- e_border.c  13 Feb 2007 02:34:09 -0000      1.570
+++ e_border.c  14 Feb 2007 02:43:34 -0000      1.571
@@ -5786,11 +5786,13 @@
                       bd->changes.pos = 1;
                       bd->placed = 1;
                    }
-                 if (bd->leader)
+#if 0
+                 else if ((bd->leader) && (bd->client.netwm.type == 
ECORE_X_WINDOW_TYPE_DIALOG))
                    {
                       /* TODO: Place in center of group */
                    }
-                 if (bd->client.netwm.type == ECORE_X_WINDOW_TYPE_DIALOG)
+#endif
+                 else if (bd->client.netwm.type == ECORE_X_WINDOW_TYPE_DIALOG)
                    {
                       bd->x = bd->zone->x + ((bd->zone->w - bd->w) / 2);
                       bd->y = bd->zone->y + ((bd->zone->h - bd->h) / 2);



-------------------------------------------------------------------------
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