}
else
{
- sd->pos.x = EINA_FALSE;
- sd->pos.y = EINA_FALSE;
+ sd->pos.x = 0;
+ sd->pos.y = 0;
}
if (!(sd->view_flags & E_FM2_VIEW_INHERIT_DIR_CUSTOM))
Eina_List *l;
E_Fm2_Icon *ic2;
- ic->x = EINA_FALSE;
- ic->y = EINA_FALSE;
+ ic->x = 0;
+ ic->y = 0;
ic->saved_pos = EINA_TRUE;
/* ### BLAH ### */
// if (!_e_fm2_icons_icon_overlaps(ic)) return;
sd = data;
sd->selecting = EINA_FALSE;
- sd->selrect.ox = EINA_FALSE;
- sd->selrect.oy = EINA_FALSE;
+ sd->selrect.ox = 0;
+ sd->selrect.oy = 0;
evas_object_hide(sd->sel_rect);
}
if (sd->selecting)
{
sd->selecting = EINA_FALSE;
- sd->selrect.ox = EINA_FALSE;
- sd->selrect.oy = EINA_FALSE;
+ sd->selrect.ox = 0;
+ sd->selrect.oy = 0;
evas_object_hide(sd->sel_rect);
}
return;