devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2c096f685ca96bc3d58ffa8967d0108c55b6a4e7
commit 2c096f685ca96bc3d58ffa8967d0108c55b6a4e7 Author: Chris Michael <[email protected]> Date: Tue Oct 25 11:05:22 2016 -0400 Revert "reset elementary softcursor config on shutdown" This reverts commit bdd290591c081f2e8935a7579b46e052367c8446. Reverting this as we need to find a better way to handle mouse pointers on EFL Wayland Clients. --- src/bin/e_comp_wl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index e6d02a0..5a88430 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2902,8 +2902,6 @@ 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(); --
