From 5ba83e3cdcd198f42032ce7037f43748e6c76599 Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Wed, 7 Nov 2012 16:11:20 +0000 Subject: [PATCH] ecore/wayland: Don't reset cursor theme on every mouse move. The cursor theme just needs to be updated on mouse in/out events. Otherwise, if it is explicitly hidden by something else, it will become visible again after another mouse move event. SVN revision: 78970 --- legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c b/legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c index 0fc4e0dfb6..b90e5e35be 100644 --- a/legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c +++ b/legacy/ecore/src/lib/ecore_wayland/ecore_wl_input.c @@ -379,8 +379,6 @@ _ecore_wl_input_cb_pointer_motion(void *data, struct wl_pointer *pointer __UNUSE if (input->pointer_focus) _ecore_wl_input_mouse_move_send(input, input->pointer_focus, timestamp); - - ecore_wl_input_cursor_from_name_set(input, input->cursor_name); } static void