aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/winFang.c
diff options
context:
space:
mode:
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.