edi_theme: use appropriate API.

The theming API has changed. Adapt for
EFL 1.22.
This commit is contained in:
Alastair Poole 2018-11-21 14:47:57 +00:00
parent f10442ccaf
commit 1ce49c9e8a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
static Eina_List *_edi_themes = NULL;
// we are hooking into Efl for now...
Efl_Ui_Theme_Apply efl_ui_widget_theme_apply(Eo *obj);
Efl_Ui_Theme_Apply_Result efl_ui_widget_theme_apply(Eo *obj);
void
edi_theme_window_alpha_set(void)