Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_box.c Log Message: Stricter checks on fill policies, can speed up box layout. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_box.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- ewl_box.c 15 Mar 2006 04:03:48 -0000 1.25 +++ ewl_box.c 27 Apr 2006 16:02:55 -0000 1.26 @@ -559,7 +559,7 @@ */ policy = ewl_object_fill_policy_get(child); policy &= ewl_box_info->f_policy; - if (policy || change == initial) + if (policy && change == initial) ecore_dlist_append(ewl_box_spread, child); } } ------------------------------------------------------- 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