aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/src/LuaSL.h')
-rw-r--r--LuaSL/src/LuaSL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/src/LuaSL.h b/LuaSL/src/LuaSL.h
index ae0c26f..f03b885 100644
--- a/LuaSL/src/LuaSL.h
+++ b/LuaSL/src/LuaSL.h
@@ -54,7 +54,7 @@ typedef struct
54 Evas_Object *bg; // Our background edje, also the game specific stuff. 54 Evas_Object *bg; // Our background edje, also the game specific stuff.
55 Evas_Object *edje; // The edje of the background. 55 Evas_Object *edje; // The edje of the background.
56 Ecore_Con_Server *server; 56 Ecore_Con_Server *server;
57 Eina_Hash *scripts; 57 Eina_Hash *scripts, *names;
58 int logDom; 58 int logDom;
59 const char *address; 59 const char *address;
60 int port; 60 int port;