Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
ewins.c
Log Message:
Fix window placement.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewins.c 4 Jan 2005 22:13:51 -0000 1.7
+++ ewins.c 7 Jan 2005 23:34:48 -0000 1.8
@@ -677,7 +677,6 @@
/* if it hasn't been planted on a desktop - assign it the current desktop */
desk = EoGetDesk(ewin);
- EoSetDesk(ewin, 0);
/* if is an afterstep/windowmaker dock app - dock it */
if (Conf.dock.enable && ewin->docked)
@@ -840,6 +839,9 @@
}
}
+ /* Force reparent if not on desk 0 */
+ EoSetDesk(ewin, 0);
+
/* if the window asked to be iconified at the start */
if (ewin->client.start_iconified)
{
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs