SVN revision: 68145
This commit is contained in:
Carsten Haitzler 2012-02-20 08:14:13 +00:00
parent fb766c1119
commit 19f99fce57
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ typedef struct _Ecore_Cocoa_Window Ecore_Cocoa_Window;
#ifndef _ECORE_EVAS_PRIVATE_H
/* basic data types */
typedef struct _Ecore_Evas Ecore_Evas;
typedef void (*Ecore_Evas_Event_Cb) (Ecore_Evas *ee);
typedef void (*Ecore_Evas_Event_Cb) (Ecore_Evas *ee); /**< Callback used for several ecore evas events @since 1.2 */
#endif
/* module setup/shutdown calls */