Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: ewins.c Log Message: Only slide windows in on current desk. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v retrieving revision 1.145 retrieving revision 1.146 diff -u -3 -r1.145 -r1.146 --- ewins.c 6 Mar 2006 22:38:05 -0000 1.145 +++ ewins.c 8 Mar 2006 19:45:37 -0000 1.146 @@ -804,7 +804,7 @@ { /* if set for borderless then dont slide it in */ if (Conf.place.slidein && !Mode.place.doing_slide && - !ewin->state.no_border) + !ewin->state.no_border && dsk == DesksGetCurrent()) doslide = 1; if (Conf.place.manual && !Mode.place.doing_manual && ------------------------------------------------------- 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