Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: icccm.c Log Message: Revert bad change. ICCCM size matching should never increase size. =================================================================== RCS file: /cvs/e/e16/e/src/icccm.c,v retrieving revision 1.122 retrieving revision 1.123 diff -u -3 -r1.122 -r1.123 --- icccm.c 19 Apr 2006 19:13:46 -0000 1.122 +++ icccm.c 20 Apr 2006 17:03:27 -0000 1.123 @@ -201,8 +201,8 @@ if (aspect > ewin->icccm.aspect_max) h = (int)((double)w / ewin->icccm.aspect_max); } - i = (w + ewin->icccm.w_inc / 2) / ewin->icccm.w_inc; - j = (h + ewin->icccm.h_inc / 2) / ewin->icccm.h_inc; + i = w / ewin->icccm.w_inc; + j = h / ewin->icccm.h_inc; w = i * ewin->icccm.w_inc; h = j * ewin->icccm.h_inc; } ------------------------------------------------------- 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