On Tue, Dec 12, 2017 at 7:19 PM, Jaehyun Cho <jae_hyun....@samsung.com>
wrote:

> jaehyun pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=
> 4f40d476aac297c5dfa7ad340a2629ccc30f993d
>
> commit 4f40d476aac297c5dfa7ad340a2629ccc30f993d
> Author: Jaehyun Cho <jae_hyun....@samsung.com>
> Date:   Tue Dec 12 19:11:11 2017 +0900
>
>     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.
> ---
>  src/lib/efl/interfaces/efl_interfaces_main.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/lib/efl/interfaces/efl_interfaces_main.c
> b/src/lib/efl/interfaces/efl_interfaces_main.c
> index 882990bfc2..ea97773e27 100644
> --- a/src/lib/efl/interfaces/efl_interfaces_main.c
> +++ b/src/lib/efl/interfaces/efl_interfaces_main.c
> @@ -2,6 +2,8 @@
>  # include <config.h>
>  #endif
>
> +#define EFL_CANVAS_BETA
> +
>  #include <Efl.h>
>
>
Thanks for fixing this.

 #include "interfaces/efl_config.eo.c"
>
> --
>
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to