----- Original Message ----- 
From: "Enlightenment SVN" <no-re...@enlightenment.org> 
To: enlightenment-...@lists.sourceforge.net 
Sent: Friday, January 8, 2010 8:01:56 PM GMT -05:00 US/Canada Eastern 
Subject: E SVN: raster trunk/e/src/bin 

Log: 
comments++ 


Author: raster 
Date: 2010-01-08 17:01:56 -0800 (Fri, 08 Jan 2010) 
New Revision: 44999 

Modified: 
trunk/e/src/bin/e_win.c 

Modified: trunk/e/src/bin/e_win.c 
=================================================================== 
--- trunk/e/src/bin/e_win.c 2010-01-09 00:35:21 UTC (rev 44998) 
+++ trunk/e/src/bin/e_win.c 2010-01-09 01:01:56 UTC (rev 44999) 
@@ -90,6 +90,7 @@ 
_e_win_prop_update(win); 
ecore_evas_lower(win->ecore_evas); 
win->border = e_border_new(win->container, win->evas_win, 1, 1); 
+// dont need this - special stuff 
// win->border->ignore_first_unmap = 1; 
if (!win->placed) 
win->border->re_manage = 0; 


If It's Not placed, shouldn't we manage it as a WM ? 

dh 

@@ -99,6 +100,7 @@ 
} 
_e_win_prop_update(win); 
e_border_show(win->border); 
+// done now by e_border specially 
// ecore_evas_show(win->ecore_evas); 
} 



------------------------------------------------------------------------------ 
This SF.Net email is sponsored by the Verizon Developer Community 
Take advantage of Verizon's best-in-class app development support 
A streamlined, 14 day to market process makes app distribution fast and easy 
Join now and get one step closer to millions of Verizon customers 
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________ 
enlightenment-svn mailing list 
enlightenment-...@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn 
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to