aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-17 10:54:52 +1000
committerDavid Walter Seikel2014-05-17 10:54:52 +1000
commitdcd11c8d2b399ce1309637bd756c680db0aec1af (patch)
tree79017fd75d8005bab37771d15612fde2215e72f0 /src/extantz/extantz.h
parentAdd a smarter server connect function. (diff)
downloadSledjHamr-dcd11c8d2b399ce1309637bd756c680db0aec1af.zip
SledjHamr-dcd11c8d2b399ce1309637bd756c680db0aec1af.tar.gz
SledjHamr-dcd11c8d2b399ce1309637bd756c680db0aec1af.tar.bz2
SledjHamr-dcd11c8d2b399ce1309637bd756c680db0aec1af.tar.xz
Use the new server connector, and some related movements.
Diffstat (limited to '')
-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