Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        borders.c main.c 


Log Message:
Attempt to do something about the Restart Placement Bug.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -3 -r1.221 -r1.222
--- borders.c   26 Jul 2004 16:47:16 -0000      1.221
+++ borders.c   5 Aug 2004 17:46:26 -0000       1.222
@@ -1261,7 +1261,9 @@
    ICCCM_GetGeoms(ewin, 0);
    HintsGetWindowHints(ewin);
    SessionGetInfo(ewin, 0);
+#if 0                          /* Do we want this? */
    MatchEwinToSM(ewin);
+#endif
    MatchEwinToSnapInfo(ewin);
    if (Mode.wm.startup)
       ICCCM_GetEInfo(ewin);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/main.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -3 -r1.100 -r1.101
--- main.c      3 Aug 2004 19:35:37 -0000       1.100
+++ main.c      5 Aug 2004 17:46:26 -0000       1.101
@@ -305,7 +305,9 @@
    ECursorsInit();
    ECsrApply(ECSR_ROOT, VRoot.win);
 
+#if 0                          /* AAA: Why here? */
    Mode.wm.startup = 0;
+#endif
    Mode.wm.save_ok = Mode.wm.master;
    /* ok - paranoia - save current settings to disk */
    if (VRoot.scr == 0)
@@ -361,7 +363,9 @@
    if (Mode.firsttime)
       runDocBrowser();
 
+#if 0                          /* Not if AAA */
    Mode.wm.startup = 1;
+#endif
    SpawnSnappedCmds();
    Mode.wm.startup = 0;
 




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to