efl_ui_spotlight_fade_manager: fix wrong typedef

the typedef used here is not really existing anymore.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D11355
This commit is contained in:
Marcel Hollerbach 2020-02-14 17:05:59 +01:00
parent 15973fb4df
commit 1600b0f9ce
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
typedef struct {
Efl_Ui_Spotlight_Container * container;
Efl_Canvas_Animation_Player *alpha_anim;
Efl_Canvas_Animation *alpha_anim;
Efl_Gfx_Entity *content[2];
Efl_Gfx_Entity *clipper;
int ids[2]; //only used when in animation