From cd638cb0a62bbadad63643d7969850d691d68779 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Tue, 19 Oct 2010 15:35:14 +0900 Subject: [PATCH] Remove warning in elm_map --- src/lib/elm_map.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_map.c b/src/lib/elm_map.c index afe768d..b561db1 100644 --- a/src/lib/elm_map.c +++ b/src/lib/elm_map.c @@ -1,6 +1,7 @@ #include #include "elm_priv.h" #include "elm_module_priv.h" +#include "els_scroller.h" /** * @defgroup Map Map @@ -2408,9 +2409,9 @@ elm_map_geo_region_show(Evas_Object *obj, double lon, double lat) } /** - * Move the map to the current coordinates. + * Get the current coordinates of the map. * - * This move the map to the current coordinates. The map will be centered on these coordinates. + * This gets the current coordinates of the map object. * * @param obj The map object * @param lat The latitude. -- 2.7.4