From 5bef29832b143299a394947bd0f7412dd427c4be Mon Sep 17 00:00:00 2001 From: devilhorns Date: Tue, 23 Aug 2011 16:43:18 +0000 Subject: [PATCH] Ecore_X(cb): Readd missing doxy. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62728 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xcb/ecore_xcb_cursor.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/ecore_x/xcb/ecore_xcb_cursor.c b/src/lib/ecore_x/xcb/ecore_xcb_cursor.c index 46a881a..2714832 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_cursor.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_cursor.c @@ -233,6 +233,11 @@ ecore_x_cursor_free(Ecore_X_Cursor c) xcb_free_cursor(_ecore_xcb_conn, c); } +/* + * Returns the cursor for the given shape. + * Note that the return value must not be freed with + * ecore_x_cursor_free()! + */ EAPI Ecore_X_Cursor ecore_x_cursor_shape_get(int shape) { -- 2.7.4