fix new ecore_x_pixmap typedef clashes in ecore_x

This commit is contained in:
Carsten Haitzler 2013-07-08 17:14:30 +09:00
parent b8e16b8f4a
commit 9e459ef9d6
1 changed files with 1 additions and 1 deletions

View File

@ -59,9 +59,9 @@
typedef unsigned int Ecore_X_ID;
#ifndef _ECORE_X_WINDOW_PREDEF
typedef Ecore_X_ID Ecore_X_Window;
typedef Ecore_X_ID Ecore_X_Pixmap;
#endif // ifndef _ECORE_X_WINDOW_PREDEF
typedef void *Ecore_X_Visual;
typedef Ecore_X_ID Ecore_X_Pixmap;
typedef Ecore_X_ID Ecore_X_Drawable;
#ifdef HAVE_ECORE_X_XCB
typedef Ecore_X_ID Ecore_X_GC;