From e7392af7474e9ef3704d5e864073e41dce0da54d Mon Sep 17 00:00:00 2001 From: Vincent Torri 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. SVN revision: 52656 --- legacy/ecore/src/lib/ecore_win32/Ecore_Win32.h | 5 +++-- legacy/ecore/src/lib/ecore_win32/ecore_win32_cursor.c | 2 +- legacy/ecore/src/lib/ecore_wince/Ecore_WinCE.h | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_win32/Ecore_Win32.h b/legacy/ecore/src/lib/ecore_win32/Ecore_Win32.h index 159c1a05c2..55041b0dfe 100644 --- a/legacy/ecore/src/lib/ecore_win32/Ecore_Win32.h +++ b/legacy/ecore/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/legacy/ecore/src/lib/ecore_win32/ecore_win32_cursor.c b/legacy/ecore/src/lib/ecore_win32/ecore_win32_cursor.c index c072519594..e842259a9e 100644 --- a/legacy/ecore/src/lib/ecore_win32/ecore_win32_cursor.c +++ b/legacy/ecore/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/legacy/ecore/src/lib/ecore_wince/Ecore_WinCE.h b/legacy/ecore/src/lib/ecore_wince/Ecore_WinCE.h index 9a51acc7ab..fff0cd085b 100644 --- a/legacy/ecore/src/lib/ecore_wince/Ecore_WinCE.h +++ b/legacy/ecore/src/lib/ecore_wince/Ecore_WinCE.h @@ -1,6 +1,7 @@ #ifndef __ECORE_WINCE_H__ #define __ECORE_WINCE_H__ +#include #ifdef EAPI # undef EAPI
AND maskXOR maskDisplay
0 0 Black
0 1 White