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/extantz/extantz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extantz/extantz.h') diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index c7edc07..2eddeb6 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h @@ -254,8 +254,8 @@ typedef struct _globals GuiLua *purkle; GuiLua *LSLGuiMess; - Ecore_Con_Server *server; - char uuid[42]; + Connection *server; + char uuid[42]; } globals; -- cgit v1.1