Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: focus.c Log Message: Fix windows sliding in sometimes not being focused when they should. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v retrieving revision 1.120 retrieving revision 1.121 diff -u -3 -r1.120 -r1.121 --- focus.c 5 Sep 2005 22:26:51 -0000 1.120 +++ focus.c 6 Oct 2005 16:51:54 -0000 1.121 @@ -428,7 +428,7 @@ switch (why) { case FOCUS_EWIN_NEW: - if (!FocusEwinValid(ewin, 1, 0, 0)) + if (!FocusEwinValid(ewin, 0, 0, 0)) break; focus_pending_new = ewin; focus_pending_why = why; ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs