Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        focus.c 


Log Message:
Don't chase around after windows during startup.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/focus.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- focus.c     28 Jun 2004 23:37:55 -0000      1.73
+++ focus.c     12 Jul 2004 23:24:36 -0000      1.74
@@ -213,7 +213,7 @@
      {
        if (ewin)
           Eprintf("FocusToEWin %#lx %s why=%d\n", ewin->client.win,
-                  ewin->icccm.wm_res_name, why);
+                  EwinGetTitle(ewin), why);
        else
           Eprintf("FocusToEWin None why=%d\n", why);
      }
@@ -236,6 +236,10 @@
        break;
 
      case FOCUS_EWIN_NEW:
+       /* Don't chase around after the windows at startup */
+       if (Mode.wm.startup)
+          EDBUG_RETURN_;
+
        if (Conf.focus.all_new_windows_get_focus)
          {
             do_follow = 2;




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to