devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d4b9ad591efb02bc6977069069735dba1a2dcf7d

commit d4b9ad591efb02bc6977069069735dba1a2dcf7d
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Oct 25 11:04:57 2016 -0400

    Revert "disable elementary softcursor mode for wayland compositing"
    
    This reverts commit f7592166eb37ca97837be505d6d8ab99342cf00e.
    
    Reverting this as we need to find a better way to handle mouse
    pointers for EFL Wayland Clients.
---
 src/bin/e_comp_wl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index cf3c76e..e6d02a0 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2831,7 +2831,6 @@ e_comp_wl_init(void)
         if (e_randr2_init())
           e_randr2_screens_setup(-1, -1);
         elm_config_preferred_engine_set("wayland_shm");
-        elm_config_softcursor_mode_set(ELM_SOFTCURSOR_MODE_OFF);
      }
    e_util_env_set("WAYLAND_DEBUG", "0");
    e_util_env_set("ELM_DISPLAY", "wl");

-- 


Reply via email to