* Eina.h needed for Eina_Bool.
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Sep 2010 22:18:15 +0000 (22:18 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Sep 2010 22:18:15 +0000 (22:18 +0000)
 * 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
src/lib/ecore_win32/ecore_win32_cursor.c
src/lib/ecore_wince/Ecore_WinCE.h

index 159c1a0..55041b0 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __ECORE_WIN32_H__
 #define __ECORE_WIN32_H__
 
+#include <Eina.h>
 
 #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 */
 
 
index c072519..e842259 100644 (file)
@@ -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:
  *
- * <table>
+ * <table border=1>
  * <tr><td>AND mask</td><td>XOR mask</td><td>Display</td></tr>
  * <tr><td>0</td>       <td>0</td>       <td>Black</td></tr>
  * <tr><td>0</td>       <td>1</td>       <td>White</td></tr>
index 9a51acc..fff0cd0 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __ECORE_WINCE_H__
 #define __ECORE_WINCE_H__
 
+#include <Eina.h>
 
 #ifdef EAPI
 # undef EAPI