SVN revision: 72029
This commit is contained in:
Carsten Haitzler 2012-06-12 13:17:17 +00:00
parent 752afd5e86
commit d1df37d32f
1 changed files with 2 additions and 0 deletions

View File

@ -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
}