From d7bc357b2d1ec596e1b7fc982d0e299db3b4135c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 3 Jan 2016 00:06:41 +1000 Subject: Beat the server connection manegement into shape. --- src/GuiLua/GuiLua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GuiLua/GuiLua.h') diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h index d82d244..0e13c84 100644 --- a/src/GuiLua/GuiLua.h +++ b/src/GuiLua/GuiLua.h @@ -22,7 +22,7 @@ typedef struct _GuiLua winFang *us; // Our window, if it exists. winFang *parent; // Our parent window, if it exists. EPhysics_World *world; // Our world, if it exists. - Ecore_Con_Server *server; + Connection *server; int inDel; Eina_Clist node; -- cgit v1.1