elementary: shutdown cocoa currently

Depends on D7012
This commit is contained in:
Marcel Hollerbach 2018-10-11 17:10:55 +02:00
parent ba0630afda
commit a82b24aaa8
1 changed files with 3 additions and 0 deletions

View File

@ -4291,6 +4291,9 @@ _elm_config_sub_shutdown(void)
{
ecore_event_type_flush(ELM_EVENT_CONFIG_ALL_CHANGED);
#ifdef HAVE_ELEMENTARY_COCOA
ecore_cocoa_shutdown();
#endif
#ifdef HAVE_ELEMENTARY_WIN32
ecore_win32_shutdown();
#endif