efl: add EFL_VERSION_1_21

indicate that features from this version can be used
This commit is contained in:
Mike Blumenkrantz 2017-08-14 07:24:48 -04:00
parent b3532d16ab
commit 595aa6bbb4
2 changed files with 4 additions and 1 deletions

View File

@ -26,11 +26,13 @@
#define EDJE_1_18_SUPPORTED " -DEFL_VERSION_1_18=1 "
#define EDJE_1_19_SUPPORTED " -DEFL_VERSION_1_19=1 "
#define EDJE_1_20_SUPPORTED " -DEFL_VERSION_1_20=1 "
#define EDJE_1_21_SUPPORTED " -DEFL_VERSION_1_21=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
EDJE_1_19_SUPPORTED \
EDJE_1_20_SUPPORTED
EDJE_1_20_SUPPORTED \
EDJE_1_21_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

@ -36,6 +36,7 @@ extern "C" {
#define EFL_VERSION_1_18 1
#define EFL_VERSION_1_19 1
#define EFL_VERSION_1_20 1
#define EFL_VERSION_1_21 1
/* Add here all the required ifdef for any @protected method */
#ifdef EFL_EFL_BUILD