Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: Tag: branch-exp ewin-ops.c ewins.c Log Message: Oops - fix. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/Attic/ewin-ops.c,v retrieving revision 1.1.2.12 retrieving revision 1.1.2.13 diff -u -3 -r1.1.2.12 -r1.1.2.13 --- ewin-ops.c 17 Oct 2004 08:47:25 -0000 1.1.2.12 +++ ewin-ops.c 17 Oct 2004 13:47:14 -0000 1.1.2.13 @@ -244,7 +244,7 @@ if (!ewin->shaded) { - EoSetX(ewin, ewin->client.w + ewin->border->border.left + + EoSetW(ewin, ewin->client.w + ewin->border->border.left + ewin->border->border.right); EoSetH(ewin, ewin->client.h + ewin->border->border.top + ewin->border->border.bottom); @@ -262,7 +262,6 @@ if (move) { - lst = EwinListTransients(ewin, &num, 0); for (i = 0; i < num; i++) MoveEwin(lst[i], EoGetX(lst[i]) + dx, EoGetY(lst[i]) + dy); =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/Attic/ewins.c,v retrieving revision 1.1.2.24 retrieving revision 1.1.2.25 diff -u -3 -r1.1.2.24 -r1.1.2.25 --- ewins.c 17 Oct 2004 08:47:25 -0000 1.1.2.24 +++ ewins.c 17 Oct 2004 13:47:14 -0000 1.1.2.25 @@ -1610,7 +1610,7 @@ return 0; x = EoGetX(ewin); - y = EoGetX(ewin); + y = EoGetY(ewin); w = EoGetW(ewin); h = EoGetH(ewin); ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs