From 8961241aba6918abe38a03446f8e1ead07229408 Mon Sep 17 00:00:00 2001 From: bdilly Date: Tue, 1 Nov 2011 21:14:06 +0000 Subject: [PATCH] Elementary Cursor: Add documentation about hot spots git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 0489b1d..2da76c9 100644 --- a/src/lib/Elementary.h.in +++ b/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). * * @{ */ -- 2.7.4