Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
iconify.c
Log Message:
Fix first iconbox position.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/iconify.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- iconify.c 30 Nov 2003 15:35:43 -0000 1.74
+++ iconify.c 1 Dec 2003 21:48:11 -0000 1.75
@@ -545,7 +545,6 @@
XFree(xch);
MatchToSnapInfoIconbox(ib);
ewin = AddInternalToFamily(ib->win, 1, "ICONBOX", EWIN_TYPE_ICONBOX, ib);
-
if (ewin)
{
Snapshot *sn;
@@ -563,7 +562,8 @@
else
{
MakeWindowSticky(ewin);
- MoveResizeEwin(ewin, root.w - 160, root.h - 160, 160, 160);
+ MoveResizeEwin(ewin, root.w - 160, root.h - ewin->client.h,
+ 160, ewin->client.h);
}
}
queue_up = pq;
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs