* Eina.h needed for Eina_Bool.

* typo in comments.
 * use a border of 1 for a table.

SVN revision: 52656
This commit is contained in:
Vincent Torri 2010-09-23 22:18:15 +00:00
parent 6666a9e795
commit e7392af747
3 changed files with 5 additions and 3 deletions

View 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 */

View 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>

View File

@ -1,6 +1,7 @@
#ifndef __ECORE_WINCE_H__
#define __ECORE_WINCE_H__
#include <Eina.h>
#ifdef EAPI
# undef EAPI