davemds pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=681ddb2f909d0282f0c0ec04230d89999e90983a

commit 681ddb2f909d0282f0c0ec04230d89999e90983a
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Fri Jun 3 08:50:58 2016 +0200

    Fix legacy name of elm_win_efl_screen_dpi_get()
    
    ...spank again goes to Ji-Youn Park, that insist to not even try his work
---
 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 77a4aef..9ac7243 100644
--- a/src/lib/elementary/elm_win.c
+++ b/src/lib/elementary/elm_win.c
@@ -6033,7 +6033,7 @@ elm_win_screen_position_get(const Evas_Object *obj, int 
*x, int *y)
 }
 
 EAPI void
-elm_win_efl_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi)
+elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi)
 {
    ELM_WIN_CHECK(obj);
    ELM_WIN_DATA_GET_OR_RETURN(obj, sd);

-- 


Reply via email to