diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 10:14:51 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | 31ed27f00226cc2a292d9bbbdf5c0e20ce81816c (patch) | |
tree | 73d14a88b7cf6e984d8cc089fe0aba5e0bcf51ad /src/lib/evas/Evas_Eo.h | |
parent | b4d4e2a2cc4f673fc08554b659846b72f8833285 (diff) |
efl_animation: Add alpha animation
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index b7b376b8a8..2c233974c4 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -56,6 +56,7 @@ | |||
56 | #include "canvas/efl_canvas_object.eo.h" | 56 | #include "canvas/efl_canvas_object.eo.h" |
57 | 57 | ||
58 | #include "canvas/efl_animation.eo.h" | 58 | #include "canvas/efl_animation.eo.h" |
59 | #include "canvas/efl_animation_alpha.eo.h" | ||
59 | #include "canvas/efl_animation_object.eo.h" | 60 | #include "canvas/efl_animation_object.eo.h" |
60 | 61 | ||
61 | #endif /* EFL_EO_API_SUPPORT */ | 62 | #endif /* EFL_EO_API_SUPPORT */ |