aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/extantz.c')
-rw-r--r--src/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index 54caf82..0579552 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -413,7 +413,7 @@ EAPI_MAIN int elm_main(int argc, char **argv)
413// overlay_add(&ourGlobals); 413// overlay_add(&ourGlobals);
414 woMan = woMan_add(&ourGlobals); 414 woMan = woMan_add(&ourGlobals);
415 chat = chat_add(&ourGlobals); 415 chat = chat_add(&ourGlobals);
416// files = files_add(&ourGlobals); 416 files = files_add(&ourGlobals);
417 417
418 // Gotta do this after adding the windows, otherwise the menu renders under the window. 418 // Gotta do this after adding the windows, otherwise the menu renders under the window.
419 // This sucks, gotta redefine this menu each time we create a new window? 419 // This sucks, gotta redefine this menu each time we create a new window?