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
This commit is contained in:
Rafael Antognolli 2012-11-07 16:11:20 +00:00
parent 5f4b30568b
commit 5ba83e3cdc
1 changed files with 0 additions and 2 deletions

View File

@ -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