temporary comment my latest change here.

while working with it I got some strange window placements. I need to analyze these situations before I release it to the public...


SVN revision: 49673
This commit is contained in:
Andreas Volz 2010-06-14 19:44:56 +00:00
parent 51e29b8873
commit cb1d2785fa
1 changed files with 2 additions and 2 deletions

View File

@ -6471,7 +6471,7 @@ _e_border_eval(E_Border *bd)
* This code ensures that even if app windows like to open
* in stupid places (e.g. below shelfes) it moves them smart away
*/
{
/*{
Eina_List *skiplist = NULL;
int new_x, new_y;
@ -6482,7 +6482,7 @@ _e_border_eval(E_Border *bd)
eina_list_free(skiplist);
bd->x += new_x;
bd->y += new_y;
}
}*/
if (e_container_zone_at_point_get(bd->zone->container, bd->x, bd->y))
{