devilhorns pushed a commit to branch master.

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

commit f7592166eb37ca97837be505d6d8ab99342cf00e
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Oct 24 13:52:09 2016 -0400

    disable elementary softcursor mode for wayland compositing
    
    This commit disables elementary softcursor mode when running as a
    wayland compositor. This stops any EFL Wayland Client apps from
    creating their own mouse pointer and thus we do not have 2 mouse
    pointers on EFL apps anymore.
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 5a88430..8607427 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2831,6 +2831,7 @@ 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