Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewin-ops.c Log Message: Fix non-opaque slidein. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ewin-ops.c,v retrieving revision 1.89 retrieving revision 1.90 diff -u -3 -r1.89 -r1.90 --- ewin-ops.c 19 Feb 2006 22:23:50 -0000 1.89 +++ ewin-ops.c 21 Mar 2006 20:36:02 -0000 1.90 @@ -154,11 +154,10 @@ ewin->state.animated = 0; Mode.place.doing_slide = 0; - if (Conf.place.slidemode == 0) - EwinMove(ewin, tx, ty); - else + if (Conf.place.slidemode) DrawEwinShape(ewin, Conf.place.slidemode, tx, ty, ewin->client.w, ewin->client.h, 2); + EwinMove(ewin, tx, ty); FocusEnable(1); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs