From d3eb7a6c071a422ad791b37d79ca849153ce7611 Mon Sep 17 00:00:00 2001 From: sebastid Date: Thu, 21 Sep 2006 19:57:34 +0000 Subject: [PATCH] Someone(tm) needs to decide which param is the right to pass to these functions. SVN revision: 26003 --- src/bin/e_fm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 482b39ee7..5cfb6a65d 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -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) { }