diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-06-13 10:12:44 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-06-13 12:57:17 -0400 |
commit | 9de25efcffdabac77c895827ad0507776a17293c (patch) | |
tree | 1fb234c58056d2d4ebab71e74be2a53f4ad84268 /src/lib/ecore_evas/ecore_evas_wayland.h | |
parent | 867980520819a7c4bbc0fc70835d1e6823834941 (diff) |
ecore-evas-wayland: Add aux_hint functions to Wayland Interface
@feature
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas_wayland.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ecore_evas/ecore_evas_wayland.h b/src/lib/ecore_evas/ecore_evas_wayland.h index b75f779f2a..2d6faa2ea8 100644 --- a/src/lib/ecore_evas/ecore_evas_wayland.h +++ b/src/lib/ecore_evas/ecore_evas_wayland.h | |||
@@ -14,6 +14,9 @@ struct _Ecore_Evas_Interface_Wayland | |||
14 | Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee); | 14 | Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee); |
15 | Ecore_Wl2_Window *(*window2_get)(const Ecore_Evas *ee); | 15 | Ecore_Wl2_Window *(*window2_get)(const Ecore_Evas *ee); |
16 | void (*pre_post_swap_callback_set)(const Ecore_Evas *ee, void *data, void (*pre_cb) (void *data, Evas *e), void (*post_cb) (void *data, Evas *e)); | 16 | void (*pre_post_swap_callback_set)(const Ecore_Evas *ee, void *data, void (*pre_cb) (void *data, Evas *e), void (*post_cb) (void *data, Evas *e)); |
17 | void (*aux_hint_add)(Ecore_Evas *ee, int id, const char *hint, const char *val); | ||
18 | void (*aux_hint_change)(Ecore_Evas *ee, int id, const char *val); | ||
19 | void (*aux_hint_del)(Ecore_Evas *ee, int id); | ||
17 | }; | 20 | }; |
18 | 21 | ||
19 | #endif | 22 | #endif |