aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.h')
-rw-r--r--src/extantz/extantz.h3
1 files changed, 1 insertions, 2 deletions
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
220 int scr_w, scr_h; // The size of the screen. 220 int scr_w, scr_h; // The size of the screen.
221 int win_w, win_h; // The size of the window. 221 int win_w, win_h; // The size of the window.
222 int win_x, win_y; // The position of the window. 222 int win_x, win_y; // The position of the window.
223 int running : 1;
223 224
224 Ecore_Animator *animator; 225 Ecore_Animator *animator;
225 226
@@ -233,8 +234,6 @@ typedef struct _globals
233 GuiLua *LSLGuiMess; 234 GuiLua *LSLGuiMess;
234 235
235 Ecore_Con_Server *server; 236 Ecore_Con_Server *server;
236 const char *address;
237 int port;
238 237
239} globals; 238} globals;
240 239