Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: pager.c Log Message: Fix pager shrinkage. =================================================================== RCS file: /cvs/e/e16/e/src/pager.c,v retrieving revision 1.207 retrieving revision 1.208 diff -u -3 -r1.207 -r1.208 --- pager.c 21 Apr 2006 22:52:59 -0000 1.207 +++ pager.c 22 Apr 2006 12:11:12 -0000 1.208 @@ -487,7 +487,7 @@ { w = (int)(ax * VRoot.w / p->scale + .5); h = (int)(ay * VRoot.h / p->scale + .5); - EwinResize(p->ewin, w, h); + EwinResize(p->ewin, w + (dx * ax) / 2, h + (dy * ay) / 2); EwinReposition(p->ewin); } } ------------------------------------------------------- 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