From cb1d2785fa74838ff9db0b4bb774304bb8ae3d38 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Mon, 14 Jun 2010 19:44:56 +0000 Subject: [PATCH] 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 --- src/bin/e_border.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 9036f6aea..6b927dd58 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -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)) {