Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: slideout.c Log Message: Wrap. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/slideout.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- slideout.c 2 Aug 2005 17:06:52 -0000 1.37 +++ slideout.c 10 Aug 2005 15:40:58 -0000 1.38 @@ -67,7 +67,6 @@ SlideoutShow(Slideout * s, EWin * ewin, Window win) { int x, y, i, xx, yy, sw, sh; - Window dw; char pdir; XSetWindowAttributes att; int w, h; @@ -79,7 +78,7 @@ SlideoutCalcSize(s); EGetGeometry(win, NULL, NULL, NULL, &w, &h, NULL, NULL); - XTranslateCoordinates(disp, win, VRoot.win, 0, 0, &x, &y, &dw); + ETranslateCoordinates(win, VRoot.win, 0, 0, &x, &y, NULL); sw = EoGetW(s); sh = EoGetH(s); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs