aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-25 09:43:05 +1000
committerDavid Walter Seikel2012-02-25 09:43:05 +1000
commitbd82e0ebd6db7ab7a9577c9ec6d9a9a9c2d73db8 (patch)
tree47fb8b023eceb67bb94751d307d7486ced3fed0b /LuaSL/src/LuaSL.h
parentPartial rewrite of the luaproc messages. Still not fixed yet. (diff)
downloadSledjHamr-bd82e0ebd6db7ab7a9577c9ec6d9a9a9c2d73db8.zip
SledjHamr-bd82e0ebd6db7ab7a9577c9ec6d9a9a9c2d73db8.tar.gz
SledjHamr-bd82e0ebd6db7ab7a9577c9ec6d9a9a9c2d73db8.tar.bz2
SledjHamr-bd82e0ebd6db7ab7a9577c9ec6d9a9a9c2d73db8.tar.xz
Beat the script messsage passing into shape, mostly by knocking large chunks off. lol
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index 057788b..086d1b7 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -84,7 +84,6 @@ struct _script
84 boolean running; 84 boolean running;
85 int status; 85 int status;
86 int args; 86 int args;
87 channel chan;
88 Eina_Clist messages; 87 Eina_Clist messages;
89 Ecore_Con_Client *client; 88 Ecore_Con_Client *client;
90 Ecore_Timer *timer; 89 Ecore_Timer *timer;