aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-11 05:00:01 +1000
committerDavid Walter Seikel2014-05-11 05:00:01 +1000
commit8982ca01141f87d3744dd3b5866b05b0117889c6 (patch)
tree096bcdaa758083efd69e55e361ce52a49fbd04a3 /src/extantz/woMan.c
parentAdd physics to the windows. (diff)
downloadSledjHamr-8982ca01141f87d3744dd3b5866b05b0117889c6.zip
SledjHamr-8982ca01141f87d3744dd3b5866b05b0117889c6.tar.gz
SledjHamr-8982ca01141f87d3744dd3b5866b05b0117889c6.tar.bz2
SledjHamr-8982ca01141f87d3744dd3b5866b05b0117889c6.tar.xz
Add internal window title bar, and dragging them around. Plus some related clean ups.
Diffstat (limited to '')
-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 2911686..52b3a30 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", ourGlobals->world); 162 me = winFangAdd(ourGlobals->mainWindow, 30, 200, 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);