do ecore-x shutdown on xwayland shutdown

This commit is contained in:
Mike Blumenkrantz 2017-10-06 11:37:50 -04:00
parent 6f186db24b
commit 990c0f1005
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ xwl_shutdown(void)
if (exs->sig_hdlr) ecore_event_handler_del(exs->sig_hdlr);
free(exs);
e_comp_x_shutdown();
ecore_x_shutdown();
e_util_env_set("DISPLAY", NULL);
}