Clouseau: Fix it to work with non-elm apps.

SVN revision: 65263
This commit is contained in:
Tom Hacohen 2011-11-15 13:34:28 +00:00
parent cc61426c14
commit 8bffe63fbe
1 changed files with 2 additions and 1 deletions

View File

@ -412,9 +412,10 @@ ecore_main_loop_begin(void)
if (!_is_init)
{
char *margv[] = { "clouseau" };
/* Make sure we init elementary, wouldn't be needed once we
* take away the ui to another proc. */
elm_init(0, NULL);
elm_init(1, margv);
libclouseau_init();
}