bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1600b0f9ce0d046daa453295d9c3e31d0074aa1f

commit 1600b0f9ce0d046daa453295d9c3e31d0074aa1f
Author: Marcel Hollerbach <[email protected]>
Date:   Fri Feb 14 17:05:59 2020 +0100

    efl_ui_spotlight_fade_manager: fix wrong typedef
    
    the typedef used here is not really existing anymore.
    
    Reviewed-by: Mike Blumenkrantz <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11355
---
 src/lib/elementary/efl_ui_spotlight_fade_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_spotlight_fade_manager.c 
b/src/lib/elementary/efl_ui_spotlight_fade_manager.c
index da70a3848f..559a220a92 100644
--- a/src/lib/elementary/efl_ui_spotlight_fade_manager.c
+++ b/src/lib/elementary/efl_ui_spotlight_fade_manager.c
@@ -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

-- 


Reply via email to