do ecore-x shutdown on xwayland shutdown

devs/bu5hm4n/sandbox_fix
Mike Blumenkrantz 6 years ago
parent 6f186db24b
commit 990c0f1005
  1. 2
      src/modules/xwayland/e_mod_main.c

@ -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);
}

Loading…
Cancel
Save