Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        evhandlers.c iconify.c 


Log Message:
Fix focus window selection when focused window is unmapped.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/evhandlers.c,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -3 -r1.158 -r1.159
--- evhandlers.c        1 Apr 2004 22:41:21 -0000       1.158
+++ evhandlers.c        7 Apr 2004 14:36:08 -0000       1.159
@@ -704,7 +704,7 @@
           SlideoutsHide();
 
        if (ewin == Mode.focuswin)
-          FocusToEWin(NULL, FOCUS_EWIN_GONE);
+          FocusToEWin(ewin, FOCUS_EWIN_GONE);
        if (ewin == Mode.mouse_over_win)
           Mode.mouse_over_win = NULL;
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/iconify.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- iconify.c   1 Apr 2004 22:41:21 -0000       1.98
+++ iconify.c   7 Apr 2004 14:36:08 -0000       1.99
@@ -258,9 +258,6 @@
                  Efree(lst);
               }
          }
-
-       if (ewin == GetFocusEwin())
-          FocusGetPrevEwin();
      }
    call_depth--;
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to