summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Andreoli <dave@gurumeditation.it>2016-06-03 08:50:58 +0200
committerDave Andreoli <dave@gurumeditation.it>2016-06-03 08:51:51 +0200
commit681ddb2f909d0282f0c0ec04230d89999e90983a (patch)
tree493d79ba89093152eeaf67f6a431aca0b5dea74c
parent242f79a98c27cb34c00847641652277ce4f5ac48 (diff)
downloadefl-681ddb2f909d0282f0c0ec04230d89999e90983a.tar.gz
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
-rw-r--r--src/lib/elementary/elm_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_win.c b/src/lib/elementary/elm_win.c
index 77a4aef003..9ac7243c99 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);