Evas: Fix object_top_at_pointer_get().

I accidentally changed that function in a previous commit.

Thanks to davemds for reporting.
This commit is contained in:
Tom Hacohen 2014-06-30 19:29:54 +01:00
parent c8e2e8d48a
commit bd41cfe9ea
1 changed files with 1 additions and 1 deletions

View File

@ -1623,7 +1623,7 @@ _evas_canvas_object_top_at_xy_get(Eo *eo_e EINA_UNUSED, Evas_Public_Data *e, Eva
}
EAPI Evas_Object *
evas_canvas_object_top_at_pointer_get(const Evas *eo_e)
evas_object_top_at_pointer_get(const Evas *eo_e)
{
Evas_Public_Data *e = eo_data_scope_get(eo_e, EVAS_CANVAS_CLASS);
Evas_Object *ret = NULL;