ec->client.x, ec->client.y, ec->client.w, ec->client.h);
if (ec->cur_mouse_action && inside_check) return;
if (e_object_is_del(E_OBJECT(e_comp))) return;
-
- /* FIXME? this is a hack to just reset the cursor whenever we mouse out. not sure if accurate */
- {
- Evas_Object *o;
-
- ecore_evas_cursor_get(e_comp->ee, &o, NULL, NULL, NULL);
- if ((e_comp->pointer->o_ptr != o) && (e_comp->wl_comp_data->ptr.enabled))
- {
- if ((!e_config->use_cursor_timer) || (!e_pointer_is_hidden(e_comp->pointer)))
- e_pointer_object_set(e_comp->pointer, NULL, 0, 0);
- }
- }
-
if (e_comp_wl->ptr.ec == ec)
e_comp_wl->ptr.ec = NULL;
if (e_object_is_del(E_OBJECT(ec))) return;