From f86a39f93f8b3049d16ab31b433d7bca9395e102 Mon Sep 17 00:00:00 2001 From: caro Date: Wed, 23 May 2012 20:46:52 +0000 Subject: [PATCH] ecore_win32: fix doc git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71369 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_win32/ecore_win32_cursor.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/ecore_win32/ecore_win32_cursor.c b/src/lib/ecore_win32/ecore_win32_cursor.c index 9a5a7eb..9b58c95 100644 --- a/src/lib/ecore_win32/ecore_win32_cursor.c +++ b/src/lib/ecore_win32/ecore_win32_cursor.c @@ -46,7 +46,7 @@ * * This function creates a new cursor of size @p width and @p * height. They must be valid size. To determine the valid size of a - * cursor, useecore_win32_cursor_size_get(). @p pixels_and is an array + * cursor, use ecore_win32_cursor_size_get(). @p pixels_and is an array * of bytes (unsigned char) containing the bits of the cursor that * will be visible. @p pixels_xor is similar but will allow the cursor * to have a shape. Here is the truth table for the masks: @@ -114,8 +114,7 @@ * 0xFF, 0xFF, 0xFF, 0xFF // line 32 * }; * - * unsigned char pixels_xor[] = - * { + * unsigned char pixels_xor[] = { * 0x00, 0x00, 0x00, 0x00, // line 1 * 0x00, 0x03, 0xC0, 0x00, // line 2 * 0x00, 0x3F, 0x00, 0x00, // line 3 @@ -157,7 +156,7 @@ * 0x00, 0x00, 0x00, 0x00 // line 32 * }; * - * Ecore_Win32_Cursor cursor = ecore_win32_cursor_new(pixels_and, pixels_xor, 32, 32, 19, 2); + * Ecore_Win32_Cursor *cursor = ecore_win32_cursor_new(pixels_and, pixels_xor, 32, 32, 19, 2); * @endcode */ EAPI Ecore_Win32_Cursor * -- 2.7.4