aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 06:37:33 +1000
committerDavid Walter Seikel2014-05-05 06:37:33 +1000
commitdb4fa90cb8a4d21fbfc895fb258a0e22b32ad40e (patch)
treee9345a1793e9731c575049a601ab898e7c4c5127 /src/GuiLua/GuiLua.h
parent_on_done() no longer needed in GuiLUa, it's in winFang. (diff)
downloadSledjHamr-db4fa90cb8a4d21fbfc895fb258a0e22b32ad40e.zip
SledjHamr-db4fa90cb8a4d21fbfc895fb258a0e22b32ad40e.tar.gz
SledjHamr-db4fa90cb8a4d21fbfc895fb258a0e22b32ad40e.tar.bz2
SledjHamr-db4fa90cb8a4d21fbfc895fb258a0e22b32ad40e.tar.xz
Prepare for using GuiLua from extantz, but not going through with it just yet, too tired.
Diffstat (limited to 'src/GuiLua/GuiLua.h')
-rw-r--r--src/GuiLua/GuiLua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h
index 82415c9..4ea782e 100644
--- a/src/GuiLua/GuiLua.h
+++ b/src/GuiLua/GuiLua.h
@@ -20,4 +20,4 @@ typedef struct _globals
20} globals; 20} globals;
21 21
22 22
23void GuiLuaDo(int argc, char **argv); 23void GuiLuaDo(int argc, char **argv, Eina_Bool mainloop);