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 aab5de5..502420b 100644
--- a/src/extantz/extantz.h
+++ b/src/extantz/extantz.h
@@ -216,6 +216,7 @@ typedef struct _globals
216 Evas_Object *bx; // Our box. 216 Evas_Object *bx; // Our box.
217 int logDom; // Our logging domain. 217 int logDom; // Our logging domain.
218 218
219 winFang *mainWindow;
219 int scr_w, scr_h; // The size of the screen. 220 int scr_w, scr_h; // The size of the screen.
220 int win_w, win_h; // The size of the window. 221 int win_w, win_h; // The size of the window.
221 int win_x, win_y; // The position of the window. 222 int win_x, win_y; // The position of the window.
@@ -225,8 +226,6 @@ typedef struct _globals
225 GLData gld; 226 GLData gld;
226 Scene_Data *scene; 227 Scene_Data *scene;
227 228
228 Eina_Clist winFangs;
229
230 winFang *files; 229 winFang *files;
231} globals; 230} globals;
232 231