e_desk_zoom_get(desk, zx, zy, NULL, NULL);
}
-/* move the cursor image with the calcaultion of the hot spot */
+/* move the cursor image with the calculation of the hot spot */
static void
_e_pointer_position_update(E_Pointer *ptr)
{
/* apply the cursor obj map */
_e_pointer_map_apply(ptr);
-
- /* move the pointer to the current position */
- _e_pointer_position_update(ptr);
}
+ /* update cursor position with the new hot spot*/
+ _e_pointer_position_update(ptr);
+
if (need_call_hide)
_e_pointer_hook_call(E_POINTER_HOOK_HIDE, ptr);
}