From dcd11c8d2b399ce1309637bd756c680db0aec1af Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 17 May 2014 10:54:52 +1000 Subject: Use the new server connector, and some related movements. --- src/extantz/extantz.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/extantz/extantz.h') diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index 9a8f2bf..d77c764 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h @@ -220,6 +220,7 @@ typedef struct _globals int scr_w, scr_h; // The size of the screen. int win_w, win_h; // The size of the window. int win_x, win_y; // The position of the window. + int running : 1; Ecore_Animator *animator; @@ -233,8 +234,6 @@ typedef struct _globals GuiLua *LSLGuiMess; Ecore_Con_Server *server; - const char *address; - int port; } globals; -- cgit v1.1