From f47929c93af233b3030725d955e957eec6367baf Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 28 Mar 2017 13:50:23 +0900 Subject: [PATCH] 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. --- src/bin/e.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e.h b/src/bin/e.h index 073160168..0ed24231d 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -103,6 +103,9 @@ void *alloca (size_t); # include # 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