Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Fix focus on desk change.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -3 -r1.100 -r1.101
--- focus.c     29 May 2005 18:58:38 -0000      1.100
+++ focus.c     31 May 2005 21:11:32 -0000      1.101
@@ -97,7 +97,7 @@
 
      case MODE_FOCUS_SLOPPY:
        ewin = GetEwinPointerInClient();
-       if (ewin && FocusEwinValid(ewin, 1, 0, 1))
+       if (ewin && FocusEwinValid(ewin, 1, 0, 0))
           break;
        goto do_select;
 
@@ -109,7 +109,7 @@
        lst = EwinListFocusGet(&num);
        for (i = 0; i < num; i++)
          {
-            if (!FocusEwinValid(lst[i], 1, 0, 1) || lst[i]->skipfocus)
+            if (!FocusEwinValid(lst[i], 1, 0, 0) || lst[i]->skipfocus)
                continue;
             ewin = lst[i];
             break;




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to