ecore-evas-wayland: Add aux_hint functions to Wayland Interface

@feature

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-06-13 10:12:44 -04:00
parent 8679805208
commit 9de25efcff
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ struct _Ecore_Evas_Interface_Wayland
Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee);
Ecore_Wl2_Window *(*window2_get)(const Ecore_Evas *ee);
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));
void (*aux_hint_add)(Ecore_Evas *ee, int id, const char *hint, const char *val);
void (*aux_hint_change)(Ecore_Evas *ee, int id, const char *val);
void (*aux_hint_del)(Ecore_Evas *ee, int id);
};
#endif