diff --git a/src/lib/ecore_evas/Ecore_Evas_Types.h b/src/lib/ecore_evas/Ecore_Evas_Types.h index b5035336e8..eea8aa741c 100644 --- a/src/lib/ecore_evas/Ecore_Evas_Types.h +++ b/src/lib/ecore_evas/Ecore_Evas_Types.h @@ -11,6 +11,12 @@ #define _ECORE_X_WINDOW_PREDEF typedef unsigned int Ecore_X_Window; typedef unsigned int Ecore_X_Pixmap; +typedef unsigned int Ecore_X_Atom; +typedef struct _Ecore_X_Icon +{ + unsigned int width, height; + unsigned int *data; +} Ecore_X_Icon; #endif #ifndef _ECORE_DIRECTFB_H