ee-win32 probably might compile now

<vtorri> bad Mike !
<vtorri> the name of the function is not good, so compilation fails on Windows
<vtorri> remove 'object' in the name of the definition of the function :)

@fix
This commit is contained in:
Mike Blumenkrantz 2015-02-12 16:21:52 -05:00
parent dc5a391d1c
commit 38f1f9c5f2
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ _ecore_evas_object_cursor_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj
}
static void
_ecore_evas_win32_object_cursor_unset(Ecore_Evas *ee)
_ecore_evas_win32_cursor_unset(Ecore_Evas *ee)
{
evas_object_event_callback_del_full(ee->prop.cursor.object, EVAS_CALLBACK_DEL, _ecore_evas_object_cursor_del, ee);
}