reset elementary softcursor config on shutdown

This is needed because if we shutdown E then try to run EFL apps in
Weston, the Elm Softcursor mode would have been saved as 'off' so we
should be sure to reset this.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-25 07:44:41 -04:00
parent f7592166eb
commit bdd290591c
1 changed files with 2 additions and 0 deletions

View File

@ -2903,6 +2903,8 @@ e_comp_wl_shutdown(void)
/* free(global); */
/* } */
elm_config_softcursor_mode_set(ELM_SOFTCURSOR_MODE_AUTO);
if (e_comp_wl->wl.shm) wl_shm_destroy(e_comp_wl->wl.shm);
_e_comp_wl_gl_shutdown();