evas3d examples: Add EFL_EO_API_SUPPORT where needed

I might have broken this in a previous commit in evas headers,
but the thing is that beta does not imply eo api, so both are
still required.
This commit is contained in:
Jean-Philippe Andre 2016-08-26 11:44:11 +09:00
parent 9123e5add2
commit 5fc5cff03e
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#define EFL_BETA_API_SUPPORT
#define EFL_EO_API_SUPPORT
#include <Elementary.h>

View File

@ -8,6 +8,7 @@
#define EFL_BETA_API_SUPPORT
#define EFL_EO_API_SUPPORT
#include <Eo.h>
#include <Evas.h>

View File

@ -7,6 +7,7 @@
*/
#define EFL_BETA_API_SUPPORT
#define EFL_EO_API_SUPPORT
#define WIDTH 500
#define HEIGHT 500