From ab2fb9f9c5d16f60847225608a9b21156659d210 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 5 May 2014 03:48:09 +1000 Subject: winFang no longer depends on ourGlobals. --- src/extantz/woMan.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/extantz/woMan.c') diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index fe2e3f2..b5a4f50 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -159,7 +159,8 @@ winFang *woMan_add(globals *ourGlobals) char buf[PATH_MAX]; int i; - me = winFangAdd(ourGlobals); + me = winFangAdd(ourGlobals->win); + eina_clist_add_head(&ourGlobals->winFangs, &me->node); bx = elm_box_add(me->win); elm_win_resize_object_add(me->win, bx); @@ -286,6 +287,6 @@ winFang *woMan_add(globals *ourGlobals) eo_unref(bt); evas_object_show(bx); - winFangComplete(ourGlobals, me, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3); + winFangComplete(me, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3); return me; } -- cgit v1.1