From a2a2a1c8a22cee7e1fd3eb69ea38a37c496abdf5 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 5 Jul 2013 10:34:44 +0100 Subject: [PATCH] Add typedef for Ecore_X_Pixmap if Ecore_X header is not included. Signed-off-by: Chris Michael --- src/lib/ecore_evas/Ecore_Evas_Types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_evas/Ecore_Evas_Types.h b/src/lib/ecore_evas/Ecore_Evas_Types.h index b819e85..b503533 100644 --- a/src/lib/ecore_evas/Ecore_Evas_Types.h +++ b/src/lib/ecore_evas/Ecore_Evas_Types.h @@ -10,6 +10,7 @@ #ifndef _ECORE_X_H #define _ECORE_X_WINDOW_PREDEF typedef unsigned int Ecore_X_Window; +typedef unsigned int Ecore_X_Pixmap; #endif #ifndef _ECORE_DIRECTFB_H -- 2.7.4