aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/winFang.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 02:44:09 +1000
committerDavid Walter Seikel2014-05-05 02:44:09 +1000
commit8617ffe44a0845794e671add64754ba2cbc080f3 (patch)
tree41467f3d43756ecee46fa0ad6de07d150d47cf6e /src/extantz/winFang.c
parentDelete libwinFang.so on build. (diff)
downloadSledjHamr-8617ffe44a0845794e671add64754ba2cbc080f3.zip
SledjHamr-8617ffe44a0845794e671add64754ba2cbc080f3.tar.gz
SledjHamr-8617ffe44a0845794e671add64754ba2cbc080f3.tar.bz2
SledjHamr-8617ffe44a0845794e671add64754ba2cbc080f3.tar.xz
Track all windows in a Eina_List.
Diffstat (limited to '')
-rw-r--r--src/extantz/winFang.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extantz/winFang.c b/src/extantz/winFang.c
index 0f0328f..3d2b6ef 100644
--- a/src/extantz/winFang.c
+++ b/src/extantz/winFang.c
@@ -82,6 +82,7 @@ winFang *winFangAdd(globals *ourGlobals)
82 Evas_Object *bg; 82 Evas_Object *bg;
83 83
84 result = calloc(1, sizeof(winFang)); 84 result = calloc(1, sizeof(winFang));
85 eina_clist_add_head(&ourGlobals->winFangs, &result->node);
85 eina_clist_init(&result->widgets); 86 eina_clist_init(&result->widgets);
86 87
87 // In theory this should create an EWS window, in practice, I'm not seeing any difference. 88 // In theory this should create an EWS window, in practice, I'm not seeing any difference.