aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-10 14:14:08 +1000
committerDavid Walter Seikel2014-05-10 14:14:08 +1000
commit81283b584a7f7c38b697c438858a8b70294dd276 (patch)
treefa8eecfb71c369cbeeda38145403be0ab2e6e4c6 /src/extantz/woMan.c
parentA note about a useful web site. (diff)
downloadSledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.zip
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.gz
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.bz2
SledjHamr-81283b584a7f7c38b697c438858a8b70294dd276.tar.xz
Add physics to the windows.
Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
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 cd1d5c8..2911686 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->mainWindow, 30, 150, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "virtual world manager", "woMan"); 162 me = winFangAdd(ourGlobals->mainWindow, 30, 150, ourGlobals->win_w / 3, ourGlobals->win_h / 3, "virtual world manager", "woMan", ourGlobals->world);
163 163
164 // A tab thingy. 164 // A tab thingy.
165 tb = elm_toolbar_add(me->win); 165 tb = elm_toolbar_add(me->win);