wallpaper2: Update for comp->num removal

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-03-23 10:12:31 -04:00
parent 437107436c
commit 5389c046dc
1 changed files with 2 additions and 2 deletions

View File

@ -1100,7 +1100,7 @@ _scan(Info *info)
}
Info *
wp_browser_new(E_Comp *comp)
wp_browser_new(E_Comp *comp EINA_UNUSED)
{
Info *info;
Evas_Object *win;
@ -1117,7 +1117,7 @@ wp_browser_new(E_Comp *comp)
zone = e_zone_current_get();
desk = e_desk_current_get(zone);
info->man_num = comp->num;
info->man_num = 0;
info->zone_num = zone->num;
info->desk_x = desk->x;
info->desk_y = desk->y;