Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        main.c 


Log Message:
Fix putting initially iconfied windows into the icon boxes.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/main.c,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- main.c      10 Feb 2005 18:47:16 -0000      1.109
+++ main.c      10 Feb 2005 18:59:32 -0000      1.110
@@ -260,9 +260,6 @@
      }
 #endif
 
-   /* Map the clients */
-   MapUnmap(1);
-
    if (!Mode.wm.restart)
       StartupWindowsCreate(0);
 
@@ -281,6 +278,9 @@
 
    ModulesSignal(ESIGNAL_START, NULL);
 
+   /* Map the clients */
+   MapUnmap(1);
+
    RunInitPrograms();
    SpawnSnappedCmds();
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to