aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-06 16:53:17 +1000
committerDavid Walter Seikel2014-05-06 16:53:17 +1000
commit20f851e6e2ceed52739ffcad85e10fa4c183bff1 (patch)
treedff97aa7a2b694e27e8c32ae58489e375805bade /src/extantz/extantz.h
parentDisable the non working Elm input callback, and TODO++. (diff)
downloadSledjHamr-20f851e6e2ceed52739ffcad85e10fa4c183bff1.zip
SledjHamr-20f851e6e2ceed52739ffcad85e10fa4c183bff1.tar.gz
SledjHamr-20f851e6e2ceed52739ffcad85e10fa4c183bff1.tar.bz2
SledjHamr-20f851e6e2ceed52739ffcad85e10fa4c183bff1.tar.xz
Every window is a winFang now, and winFangs delete their own children.
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