Fixed undefined symbol when BUILD_ECORE_EVAS_X11 is not set.

SVN revision: 32919
This commit is contained in:
andrunko 2007-11-30 17:12:27 +00:00 committed by andrunko
parent 7f91eb8ad2
commit 46ed68191b
1 changed files with 2 additions and 0 deletions

View File

@ -2025,6 +2025,7 @@ _ecore_evas_x_alpha_set(Ecore_Evas *ee, int alpha)
#endif /* BUILD_ECORE_EVAS_X11_16 */
}
}
#endif
static void *
_ecore_evas_x_window_get(Ecore_Evas *ee)
@ -2036,6 +2037,7 @@ _ecore_evas_x_window_get(Ecore_Evas *ee)
#endif
}
#ifdef BUILD_ECORE_EVAS_X11
static void
_ecore_evas_x_show(Ecore_Evas *ee)
{