aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 04:58:31 +1000
committerDavid Walter Seikel2014-05-05 04:58:31 +1000
commit811750155227279ae09dc4258f411687f659f690 (patch)
treef977323dadf1e249e83c3da640d35cb88633113e /src/extantz/woMan.c
parentwinFang no longer depends on ourGlobals. (diff)
downloadSledjHamr-811750155227279ae09dc4258f411687f659f690.zip
SledjHamr-811750155227279ae09dc4258f411687f659f690.tar.gz
SledjHamr-811750155227279ae09dc4258f411687f659f690.tar.bz2
SledjHamr-811750155227279ae09dc4258f411687f659f690.tar.xz
Merge winFangComplete into winFangAdd.
Diffstat (limited to '')
-rw-r--r--src/extantz/woMan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index b5a4f50..dc9c8e0 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -159,7 +159,7 @@ winFang *woMan_add(globals *ourGlobals)
159 char buf[PATH_MAX]; 159 char buf[PATH_MAX];
160 int i; 160 int i;
161 161
162 me = winFangAdd(ourGlobals->win); 162 me = winFangAdd(ourGlobals->win, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3);
163 eina_clist_add_head(&ourGlobals->winFangs, &me->node); 163 eina_clist_add_head(&ourGlobals->winFangs, &me->node);
164 164
165 bx = elm_box_add(me->win); 165 bx = elm_box_add(me->win);
@@ -287,6 +287,5 @@ winFang *woMan_add(globals *ourGlobals)
287 eo_unref(bt); 287 eo_unref(bt);
288 evas_object_show(bx); 288 evas_object_show(bx);
289 289
290 winFangComplete(me, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3);
291 return me; 290 return me;
292} 291}