Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        startup.c 


Log Message:
Avoid calling StackDesktops() before configuration has been read.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/startup.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- startup.c   22 May 2003 19:15:03 -0000      1.24
+++ startup.c   12 Jul 2003 09:28:56 -0000      1.25
@@ -226,9 +226,8 @@
        bg->pmap = 0;
        init_win1 = w1;
        init_win2 = w2;
-       StackDesktops();
-       EMapWindow(disp, w1);
-       EMapWindow(disp, w2);
+       EMapRaised(disp, w1);
+       EMapRaised(disp, w2);
      }
    else
      {




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to