engage now uses a fake shelf to prevent windows from being placed under it

the shelf does not need to be stored or manually deleted, fake shelves automagically do this when the reference object is deleted


SVN revision: 73000
This commit is contained in:
Mike Blumenkrantz 2012-06-28 11:25:20 +00:00
parent 218463d89f
commit 78b32269f8
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ ngi_new(Config_Item *cfg)
Ng *ng;
E_Zone *zone;
Config_Box *cfg_box;
E_Shelf *es;
Eina_List *l;
int alpha;
@ -81,6 +82,8 @@ ngi_new(Config_Item *cfg)
ng->o_bg = edje_object_add(ng->evas);
ng->o_frame = edje_object_add(ng->evas);
ng->o_label = edje_object_add(ng->evas);
es = e_shelf_zone_dummy_new(zone, ng->o_frame, eina_list_count(ngi_config->instances));
e_shelf_orient(es, cfg->orient);
switch(cfg->orient)
{