unset DISPLAY on xwayland module shutdown

fixes loading across restarts
This commit is contained in:
Mike Blumenkrantz 2015-07-30 13:36:42 -04:00
parent 9bf1bd514b
commit 3a77e8a2e9
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
if (exs->sig_hdlr) ecore_event_handler_del(exs->sig_hdlr);
free(exs);
e_util_env_set("DISPLAY", NULL);
return 1;
}