edje: efl: add new EFL_VERSION_1_26 define for new dev cycle

Thios allows to mark edje file supported for specific versions.
This commit is contained in:
Stefan Schmidt 2020-09-22 20:27:18 +02:00
parent 7ca0e129ed
commit 080dbdee51
2 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#define EDJE_1_23_SUPPORTED " -DEFL_VERSION_1_23=1 "
#define EDJE_1_24_SUPPORTED " -DEFL_VERSION_1_24=1 "
#define EDJE_1_25_SUPPORTED " -DEFL_VERSION_1_25=1 "
#define EDJE_1_26_SUPPORTED " -DEFL_VERSION_1_26=1 "
#define EDJE_CC_EFL_VERSION_SUPPORTED \
EDJE_1_18_SUPPORTED \
@ -41,7 +42,8 @@
EDJE_1_22_SUPPORTED \
EDJE_1_23_SUPPORTED \
EDJE_1_24_SUPPORTED \
EDJE_1_25_SUPPORTED
EDJE_1_25_SUPPORTED \
EDJE_1_26_SUPPORTED
static void new_object(void);
static void new_statement(void);

View File

@ -54,6 +54,7 @@ extern "C" {
#define EFL_VERSION_1_23 1
#define EFL_VERSION_1_24 1
#define EFL_VERSION_1_25 1
#define EFL_VERSION_1_26 1
/* Add here all the required ifdef for any @protected method */
#ifdef EFL_BUILD