Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
borders.c
Log Message:
Fix potential problem with initially sticky windows.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -3 -r1.212 -r1.213
--- borders.c 4 Jul 2004 21:33:06 -0000 1.212
+++ borders.c 5 Jul 2004 15:02:52 -0000 1.213
@@ -477,7 +477,7 @@
}
/* if it hasn't been planted on a desktop - assign it the current desktop */
- if (ewin->desktop < 0 || ewin->props.vroot)
+ if (ewin->sticky || ewin->desktop < 0 || ewin->props.vroot)
{
ewin->desktop = desks.current;
}
-------------------------------------------------------
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