e stacking support - enable beta api to get access as quick fix

so i made the stacking api's in efl beta/unstable so as a very quick
fix - enable efl beta api to access them until code syncs up and
stabilizes.
This commit is contained in:
Carsten Haitzler 2017-03-28 13:50:23 +09:00
parent 7557486ab3
commit f47929c93a
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ void *alloca (size_t);
# include <execinfo.h>
# endif
// XXX: FIXME: TMP solution for window stack until api is settled
#define EFL_BETA_API_SUPPORT
/* egl.h must come before Evas_GL.h otherwise they will conflict */
# ifdef HAVE_WAYLAND_EGL
# include <EGL/egl.h>