cocoa: call ecore_cocoa_init as part of the init process.

This mimic what x and wayland do. This is need if you want
that ecore_event was inited early.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Nicolas Aguirre 2015-08-07 00:16:34 +02:00 committed by Cedric BAIL
parent ed7fe97aa1
commit 7408bc7bfa
1 changed files with 3 additions and 0 deletions

View File

@ -3433,6 +3433,9 @@ _elm_config_sub_init(void)
goto end;
}
}
#endif
#ifdef HAVE_ELEMENTARY_COCOA
ecore_cocoa_init();
#endif
char buf[PATH_MAX];
size_t len;