remove calls to e_place_zone_region_smart_cleanup() in tiling unload

this is not the correct way to use this function, and tiling should probably never call it. this is a function for (slowly) repositioning every client on the currently visible desktop while trying not to overlap. on failure, which occurs when clients cannot be placed without overlapping, it moves clients to 0,0.

fix T1310 because there is no i in team
This commit is contained in:
Mike Blumenkrantz 2014-06-16 11:50:39 -04:00
parent 64d4768ee5
commit 3bb96a77f0
2 changed files with 0 additions and 13 deletions

1
TODO
View File

@ -22,7 +22,6 @@
* fix nocomp issues when changing vdesk
* major tiling issues
- T1310
- T952 (for internal dialogs at minimum)
- T974
- T1304

View File

@ -1492,19 +1492,7 @@ _disable_desk(E_Desk *desk)
static void
_disable_all_tiling(void)
{
const Eina_List *l, *ll;
E_Comp *comp;
E_Zone *zone;
_foreach_desk(_disable_desk);
EINA_LIST_FOREACH(e_comp_list(), l, comp)
{
EINA_LIST_FOREACH(comp->zones, ll, zone)
{
e_place_zone_region_smart_cleanup(zone);
}
}
}
static void