Ecore ecore_evas:
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Feb 2011 19:37:21 +0000 (19:37 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Feb 2011 19:37:21 +0000 (19:37 +0000)
Fix Ecore_WinCE window type

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@57310 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/Ecore_Evas.h

index de0c682..54bb215 100644 (file)
@@ -118,7 +118,7 @@ typedef struct _Ecore_Win32_Window Ecore_Win32_Window;
 #endif
 
 #ifndef __ECORE_WINCE_H__
-typedef void Ecore_WinCE_Window;
+typedef struct _Ecore_WinCE_Window Ecore_WinCE_Window;
 #endif
 
 #ifndef _ECORE_EVAS_PRIVATE_H