Someone(tm) needs to decide which param is the right to pass to these

functions.


SVN revision: 26003
This commit is contained in:
sebastid 2006-09-21 19:57:34 +00:00 committed by sebastid
parent 4e81527304
commit d3eb7a6c07
1 changed files with 2 additions and 2 deletions

View File

@ -2349,13 +2349,13 @@ _e_fm2_dnd_drop_into_hide(E_Fm2_Icon *ic)
/* FIXME: prototype + reposition + implement */
static void
_e_fm2_dnd_drop_between_show(E_Fm2_Icon *ic, int after)
_e_fm2_dnd_drop_between_show(Evas_Object *obj, int after)
{
}
/* FIXME: prototype + reposition + implement */
static void
_e_fm2_dnd_drop_between_hide(E_Fm2_Icon *ic)
_e_fm2_dnd_drop_between_hide(Evas_Object *obj)
{
}