From 70bf6911ea4bb9b6ce76ad552c1d91d2bf677cfe Mon Sep 17 00:00:00 2001 From: caro Date: Thu, 23 Sep 2010 22:18:15 +0000 Subject: [PATCH] * Eina.h needed for Eina_Bool. * typo in comments. * use a border of 1 for a table. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@52656 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_win32/Ecore_Win32.h | 5 +++-- src/lib/ecore_win32/ecore_win32_cursor.c | 2 +- src/lib/ecore_wince/Ecore_WinCE.h | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore_win32/Ecore_Win32.h b/src/lib/ecore_win32/Ecore_Win32.h index 159c1a0..55041b0 100644 --- a/src/lib/ecore_win32/Ecore_Win32.h +++ b/src/lib/ecore_win32/Ecore_Win32.h @@ -1,6 +1,7 @@ #ifndef __ECORE_WIN32_H__ #define __ECORE_WIN32_H__ +#include #ifdef EAPI # undef EAPI @@ -338,8 +339,8 @@ EAPI extern int ECORE_WIN32_EVENT_WINDOW_CREATE; /**< Ecore_Event for the #Ecore EAPI extern int ECORE_WIN32_EVENT_WINDOW_DESTROY; /**< Ecore_Event for the #Ecore_Win32_Event_Destroy event */ EAPI extern int ECORE_WIN32_EVENT_WINDOW_HIDE; /**< Ecore_Event for the #Ecore_Win32_Event_Hide event */ EAPI extern int ECORE_WIN32_EVENT_WINDOW_SHOW; /**< Ecore_Event for the #Ecore_Win32_Event_Show event */ -EAPI extern int ECORE_WIN32_EVENT_WINDOW_CONFIGURE; /**< Ecore_Event for the #Ecore_Win32_Event_Configure event *> -EAPI extern int ECORE_WIN32_EVENT_WINDOW_RESIZE; /**< Ecore_Event for the #Ecore_Win32_Event_Resize event *> +EAPI extern int ECORE_WIN32_EVENT_WINDOW_CONFIGURE; /**< Ecore_Event for the #Ecore_Win32_Event_Configure event */ +EAPI extern int ECORE_WIN32_EVENT_WINDOW_RESIZE; /**< Ecore_Event for the #Ecore_Win32_Event_Resize event */ EAPI extern int ECORE_WIN32_EVENT_WINDOW_DELETE_REQUEST; /**< Ecore_Event for the #Ecore_Win32_Event_Window_Delete_Request event */ diff --git a/src/lib/ecore_win32/ecore_win32_cursor.c b/src/lib/ecore_win32/ecore_win32_cursor.c index c072519..e842259 100644 --- a/src/lib/ecore_win32/ecore_win32_cursor.c +++ b/src/lib/ecore_win32/ecore_win32_cursor.c @@ -51,7 +51,7 @@ * 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: * - * + *
* * * diff --git a/src/lib/ecore_wince/Ecore_WinCE.h b/src/lib/ecore_wince/Ecore_WinCE.h index 9a51acc..fff0cd0 100644 --- a/src/lib/ecore_wince/Ecore_WinCE.h +++ b/src/lib/ecore_wince/Ecore_WinCE.h @@ -1,6 +1,7 @@ #ifndef __ECORE_WINCE_H__ #define __ECORE_WINCE_H__ +#include #ifdef EAPI # undef EAPI -- 2.7.4
AND maskXOR maskDisplay
0 0 Black
0 1 White