summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Kroitor <an.kroitor@samsung.com>2015-01-06 12:48:33 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-01-06 12:48:38 +0100
commitee19c13f1acf78741e1023915643c44be607abdc (patch)
tree3d457833338cf52cac9db89edaad3a22734313b2
parentbc34291e67fd6cec4a4d602a7595656f977d7caf (diff)
downloadefl-ee19c13f1acf78741e1023915643c44be607abdc.tar.gz
ecore_evas: fix doc for ecore_evas_pointer_warp.
Reviewers: cedric Subscribers: cedric, reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D1815 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--src/lib/ecore_evas/Ecore_Evas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h
index 82186e3035..f2f5dc4faa 100644
--- a/src/lib/ecore_evas/Ecore_Evas.h
+++ b/src/lib/ecore_evas/Ecore_Evas.h
@@ -2611,7 +2611,7 @@ EAPI Eina_Bool ecore_evas_extn_plug_connect(Evas_Object *obj, const char *svcnam
EAPI void ecore_evas_pointer_xy_get(const Ecore_Evas *ee, Evas_Coord *x, Evas_Coord *y);
/**
- * @brief Retrieve the coordinates of the mouse pointer
+ * @brief Set the coordinates of the mouse pointer
*
* @param ee The Ecore_Evas containing the pointer
* @param x The horizontal coordinate to move the pointer to