Efl.Canvas: make pointer_iterate a beta API

Gesture framework should implement it.
This commit is contained in:
Amitesh Singh 2017-12-12 15:49:49 +09:00
parent b7419f4069
commit 72b96bc4c5
3 changed files with 4 additions and 1 deletions

View File

@ -194,7 +194,7 @@ interface Efl.Canvas ()
}
}
/* FIXME: maybe not necessary if gesture supports this */
pointer_iterate @const {
pointer_iterate @const @beta {
[[Returns an iterator over the current known pointer positions.
This is used to iterate over the current known multi-touch positions,

View File

@ -13,6 +13,7 @@
#define EFL_UI_WIN_INLINED_PROTECTED
#define EFL_UI_FOCUS_OBJECT_PROTECTED
#define EFL_UI_WIN_BETA
#define EFL_CANVAS_BETA
#include <Elementary.h>
#include <Elementary_Cursor.h>

View File

@ -5,6 +5,8 @@
#define EFL_ACCESS_BETA
#define EFL_ACCESS_COMPONENT_BETA
#define EFL_ACCESS_COMPONENT_PROTECTED
#define EFL_CANVAS_BETA
#include <Elementary.h>
#ifdef HAVE_ELEMENTARY_X
# include <Ecore_X.h>