examples: evas vg: fix the compilation of vg batman

This commit is contained in:
Amitesh Singh 2018-01-18 15:19:53 +09:00
parent 934f23c9be
commit 7d68a89ef3
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@
#define WIDTH 800
#define HEIGHT 600
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#ifndef EFL_EO_API_SUPPORT
#define EFL_EO_API_SUPPORT
#endif
#include <Eo.h>
#include <Efl.h>
#include <Evas.h>