summaryrefslogtreecommitdiff
path: root/src/bin/e_surface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/e_surface.c')
-rw-r--r--src/bin/e_surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_surface.c b/src/bin/e_surface.c
index 1e6136250b..7e13f4141a 100644
--- a/src/bin/e_surface.c
+++ b/src/bin/e_surface.c
@@ -139,14 +139,14 @@ e_surface_image_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h, void *pixels)
}
EAPI void
-e_surface_border_input_set(Evas_Object *obj, E_Border *bd)
+e_surface_border_input_set(Evas_Object *obj, E_Client *ec)
{
E_Smart_Data *sd = NULL;
/* try to get the objects smart data */
if (!(sd = evas_object_smart_data_get(obj))) return;
- e_border_input_object_set(bd, sd->o_input);
+ //e_client_input_object_set(bd, sd->o_input);
}
/* smart functions */