only define beta api defines if not defined in e.h

This commit is contained in:
Carsten Haitzler 2020-04-17 20:20:50 +01:00
parent bcd612e78d
commit 6ca000a257
1 changed files with 9 additions and 3 deletions

View File

@ -17,8 +17,12 @@
# endif
#ifdef HAVE_WAYLAND
# define EFL_EO_API_SUPPORT
# define EFL_BETA_API_SUPPORT
# ifndef EFL_EO_API_SUPPORT
# define EFL_EO_API_SUPPORT
# endif
# ifndef EFL_BETA_API_SUPPORT
# define EFL_BETA_API_SUPPORT
# endif
#endif
# define USE_IPC
@ -111,7 +115,9 @@ void *alloca (size_t);
# endif
// XXX: FIXME: TMP solution for window stack until api is settled
#define EFL_BETA_API_SUPPORT
# ifndef EFL_BETA_API_SUPPORT
# define EFL_BETA_API_SUPPORT
# endif
# include <setjmp.h>