thiep pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3e2e5b6111206f0abb1999e3944532b905e78a27

commit 3e2e5b6111206f0abb1999e3944532b905e78a27
Author: Thiep Ha <thiep...@samsung.com>
Date:   Wed May 11 11:06:42 2016 +0900

    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
---
 src/lib/elementary/elm_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_win.c b/src/lib/elementary/elm_win.c
index a9d592b..ef6f28c 100644
--- a/src/lib/elementary/elm_win.c
+++ b/src/lib/elementary/elm_win.c
@@ -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

-- 


Reply via email to