From ef076c1755b9465014d288f4aef623d394634d3d Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 1 Nov 2011 21:14:06 +0000 Subject: [PATCH] Elementary Cursor: Add documentation about hot spots SVN revision: 64619 --- legacy/elementary/src/lib/Elementary.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 0489b1dff7..2da76c967f 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -15691,7 +15691,10 @@ extern "C" { * cursors, also use ones coming from Edje theming files. Both * globally and per widget, Elementary makes it possible for one to * make the cursors lookup to be held on engines only or on - * Elementary's theme file, too. + * Elementary's theme file, too. To set cursor's hot spot, + * two data items should be added to cursor's theme: "hot_x" and + * "hot_y", that are the offset from upper-left corner of the cursor + * (coordinates 0,0). * * @{ */