ecore_win32: fix doc

SVN revision: 71369
This commit is contained in:
Vincent Torri 2012-05-23 20:46:52 +00:00
parent 796df2896c
commit 790db28168
1 changed files with 3 additions and 4 deletions

View File

@ -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 *