discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=8144cd0cdad2ab294756776f41a2ab72d929dc5e
commit 8144cd0cdad2ab294756776f41a2ab72d929dc5e Author: Mike Blumenkrantz <[email protected]> Date: Fri Feb 3 15:13:48 2017 -0500 use e_pointer_show() when updating wl-drm seat caps to enable pointer prev function doesn't handle canvas pointers --- src/modules/wl_drm/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wl_drm/e_mod_main.c b/src/modules/wl_drm/e_mod_main.c index 09d8d23..6648259 100644 --- a/src/modules/wl_drm/e_mod_main.c +++ b/src/modules/wl_drm/e_mod_main.c @@ -781,7 +781,7 @@ _drm2_cb_seat_caps(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) else if (ev->pointer_count > 0) { e_comp_wl_input_pointer_enabled_set(EINA_TRUE); - e_pointers_size_set(e_config->cursor_size); + e_pointer_show(e_comp->pointer); } if (ev->keyboard_count <= 0) --
