Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Fix focusing new windows when using click-to-focus and 
all_new_windows_get_focus = 0.

===================================================================
RCS file: /cvs/e/e16/e/src/focus.c,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -3 -r1.176 -r1.177
--- focus.c     24 May 2008 18:13:17 -0000      1.176
+++ focus.c     7 Aug 2008 23:23:39 -0000       1.177
@@ -219,7 +219,7 @@
    int                 set = 0;
 
    if ((Conf.focus.clickraises && !EwinListStackIsRaised(ewin)) ||
-       (!ewin->state.active && FocusEwinValid(ewin, 0, 1, 0)))
+       (!ewin->state.active && !ewin->state.inhibit_focus))
       set = 1;
 
    if (set)



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to