aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-08 07:32:36 +1000
committerDavid Walter Seikel2014-05-08 07:32:36 +1000
commit6617c76a5e8c902abab5e54c462e552f4ac285e1 (patch)
tree4dde0d6e14a7112e5595da9fc68f21365efaa046 /src/GuiLua/GuiLua.c
parentSwitch to purkle is complete. (diff)
downloadSledjHamr-6617c76a5e8c902abab5e54c462e552f4ac285e1.zip
SledjHamr-6617c76a5e8c902abab5e54c462e552f4ac285e1.tar.gz
SledjHamr-6617c76a5e8c902abab5e54c462e552f4ac285e1.tar.bz2
SledjHamr-6617c76a5e8c902abab5e54c462e552f4ac285e1.tar.xz
And now purkle is it's own skang module.
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 cfcc9d8..dbd3f95 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -144,7 +144,7 @@ and ordinary elementary widgets. Proper introspection can come later.
144 144
145 145
146static int logDom; // Our logging domain. 146static int logDom; // Our logging domain.
147static const char *glName = "ourGuiLua"; 147const char *glName = "ourGuiLua";
148 148
149/* Sooo, how to do this - 149/* Sooo, how to do this -
150widget has to be a light userdata 150widget has to be a light userdata