aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 04:59:13 +1000
committerDavid Walter Seikel2014-05-05 04:59:13 +1000
commit27d85ca5fc18bc5ae9abecb88fba26b71e392209 (patch)
treee40435aa18af49c2d04745b4bc33493b831bd132 /src/extantz/woMan.c
parentMerge winFangComplete into winFangAdd. (diff)
downloadSledjHamr-27d85ca5fc18bc5ae9abecb88fba26b71e392209.zip
SledjHamr-27d85ca5fc18bc5ae9abecb88fba26b71e392209.tar.gz
SledjHamr-27d85ca5fc18bc5ae9abecb88fba26b71e392209.tar.bz2
SledjHamr-27d85ca5fc18bc5ae9abecb88fba26b71e392209.tar.xz
Merge inline and external window creation.
Diffstat (limited to 'src/extantz/woMan.c')
-rw-r--r--src/extantz/woMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index dc9c8e0..f0a2ed4 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, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3); 162 me = winFangAdd(ourGlobals->win, 30, 30, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "virtual world manager", "woMan");
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);