Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Fix focus on multihead when entering empty screen.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -3 -r1.119 -r1.120
--- focus.c     5 Sep 2005 22:08:50 -0000       1.119
+++ focus.c     5 Sep 2005 22:26:51 -0000       1.120
@@ -292,8 +292,9 @@
        ewin = FocusEwinSelect();
        break;
 
-     case FOCUS_NONE:
      case FOCUS_DESK_LEAVE:
+       focus_is_set = 0;
+     case FOCUS_NONE:
        ewin = NULL;
        if (ewin == Mode.focuswin)
           return;




-------------------------------------------------------
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

Reply via email to