Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: I4fb6e5f23e78003de44a8900224f210c832aec7a
{
int nx, ny;
+ if (!ptr->o_ptr) return;
+
nx = ptr->x - ptr->hot.x;
ny = ptr->y - ptr->hot.y;
EINA_SAFETY_ON_NULL_RETURN(ptr);
if (!e_config->show_cursor) return;
- if (!ptr->o_ptr) return;
/* save the current position */
ptr->x = x;
EINA_SAFETY_ON_NULL_RETURN(ptr);
if (!e_config->show_cursor) return;
- if (!ptr->o_ptr) return;
/* save the current position */
ptr->x = x;