Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: screen.c Log Message: Oops - fix. =================================================================== RCS file: /cvs/e/e16/e/src/screen.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- screen.c 29 Sep 2007 19:13:21 -0000 1.26 +++ screen.c 30 Sep 2007 12:31:32 -0000 1.27 @@ -150,7 +150,7 @@ EScreen *ps; int x, y, w, h; - if (head > 0 && head < n_screens) + if (head >= 0 && head < n_screens) { ps = p_screens + head; x = ps->x; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs