aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-17 15:13:31 +1000
committerDavid Walter Seikel2014-04-17 15:13:31 +1000
commit012b4dd32d92aa58c48e6754c73c989bc1eda48c (patch)
tree878b3f3655e44e3a0f115b99ac91dd367c18cec7 /ClientHamr/GuiLua/GuiLua.h
parentMove skang.window() to widget.window(), and make it work. (diff)
downloadSledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.zip
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.gz
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.bz2
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.xz
GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work. Plus clean ups from that.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.h')
-rw-r--r--ClientHamr/GuiLua/GuiLua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.h b/ClientHamr/GuiLua/GuiLua.h
index dfc554a..1041224 100644
--- a/ClientHamr/GuiLua/GuiLua.h
+++ b/ClientHamr/GuiLua/GuiLua.h
@@ -46,7 +46,6 @@ typedef enum
46struct _globals 46struct _globals
47{ 47{
48 Evas_Object *win; // Our Elm window. 48 Evas_Object *win; // Our Elm window.
49 lua_State *L; // Our Lua state.
50 int logDom; // Our logging domain. 49 int logDom; // Our logging domain.
51}; 50};
52 51