call evas_shutdown() from ecore_evas_shutdown()

SVN revision: 8384
This commit is contained in:
tsauerbeck 2004-01-13 19:44:21 +00:00 committed by tsauerbeck
parent 3b8d9f384b
commit a170fcc554
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ ecore_evas_shutdown(void)
#ifdef BUILD_ECORE_EVAS_FB
while (_ecore_evas_fb_shutdown());
#endif
evas_shutdown();
}
if (_ecore_evas_init_count < 0) _ecore_evas_init_count = 0;
return _ecore_evas_init_count;