efl_interfaces_main: Fix NULL API of Efl.Canvas pointer_iterate

The Efl.Canvas beta API, pointer_iterate, was not found correctly due
to the absence of EFL_CANVAS_BETA macro.
This commit is contained in:
Jaehyun Cho 2017-12-12 19:11:11 +09:00
parent 8fb49de5eb
commit 4f40d476aa
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# include <config.h>
#endif
#define EFL_CANVAS_BETA
#include <Efl.h>
#include "interfaces/efl_config.eo.c"