aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-21 20:04:33 +1000
committerDavid Walter Seikel2016-01-21 20:04:33 +1000
commit6e7b1ad395d543bc7218d5d030dda8303d97c49e (patch)
tree4bc4831ac8a99a11157aa5d8f772a46f842e74e7 /src/GuiLua/GuiLua.c
parentRewrite the layers description. (diff)
downloadSledjHamr-6e7b1ad395d543bc7218d5d030dda8303d97c49e.zip
SledjHamr-6e7b1ad395d543bc7218d5d030dda8303d97c49e.tar.gz
SledjHamr-6e7b1ad395d543bc7218d5d030dda8303d97c49e.tar.bz2
SledjHamr-6e7b1ad395d543bc7218d5d030dda8303d97c49e.tar.xz
Rejig the structure of windows a lot.
Diffstat (limited to 'src/GuiLua/GuiLua.c')
-rw-r--r--src/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c
index cb8d070..06180f7 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -300,7 +300,7 @@ static int window(lua_State *L)
300 world = gl->world; 300 world = gl->world;
301 } 301 }
302 302
303 win = winFangAdd(parent, 5, 26, w, h, title, name, world); 303 win = winFangAdd(parent, 5, 52, w, h, title, name, world);
304 win->module = strdup(module); 304 win->module = strdup(module);
305 if (gl) 305 if (gl)
306 { 306 {