elm win: change to use legacy api for cocoa engine

Some APIs are move from eo to legacy as in ab3058d3,
but not all api calls are changed. This causes build break
in mac with cocoa backend.
This patch fixes it.

@fix
This commit is contained in:
Thiep Ha 2016-05-11 11:06:42 +09:00 committed by Thiep Ha
parent 5bb39ed43d
commit 3e2e5b6111
1 changed files with 1 additions and 1 deletions

View File

@ -5629,7 +5629,7 @@ _elm_win_window_id_get(Eo *obj EINA_UNUSED, Elm_Win_Data *sd)
if (sd->parent)
{
Ecore_Cocoa_Window *pwin;
pwin = elm_obj_win_cocoa_window_get(sd->parent);
pwin = elm_win_cocoa_window_get(sd->parent);
return (Ecore_Window)pwin;
}
#endif