evas/vg: Fixed the build issue in evas_vg_simple example

Reviewers: jpeg, vtorri

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4980

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
smohanty 2017-06-19 13:50:24 -07:00 committed by Cedric BAIL
parent 7f96a0237e
commit b435a0792c
2 changed files with 10 additions and 1 deletions

View File

@ -19,7 +19,11 @@
#define HEIGHT 600
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT 1
#define EFL_BETA_API_SUPPORT
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <Eo.h>

View File

@ -18,8 +18,13 @@
#define WIDTH 400
#define HEIGHT 400
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <math.h>