From 4f1638109e1a1bcb352bd9de9141a1252849feba Mon Sep 17 00:00:00 2001 From: raster Date: Tue, 12 Jun 2012 13:17:17 +0000 Subject: [PATCH] xx notes git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72029 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/config.c b/src/bin/config.c index 0db18ab..5de8fb1 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -6,6 +6,7 @@ Config *config = NULL; void config_init(void) { + // XXX: need to load config and only if not found use this config = calloc(1, sizeof(Config)); // config->font.bitmap = 0; // config->font.name = eina_stringshare_add("Monospace"); @@ -21,4 +22,5 @@ config_init(void) void config_shutdown(void) { + // XXX: free config } -- 2.7.4