ephysics: use new ELM_POLICY_EXIT

To make sure windows will be properly deleted at shutdown.



SVN revision: 77465
This commit is contained in:
Bruno Dilly 2012-10-04 22:39:59 +00:00
parent 7d994cc8e6
commit da4c5234f2
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ elm_main(int argc, char **argv)
}
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
elm_policy_set(ELM_POLICY_EXIT, ELM_POLICY_EXIT_WINDOWS_DEL);
elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);