EFl_Canvas_Text: add typedef for backward compatibility in legacy headers

Reviewed-by: Carsten Haitzler (Rasterman) <raster@rasterman.com>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11744
This commit is contained in:
Ali Alzyod 2020-04-22 08:28:55 +00:00 committed by Stefan Schmidt
parent 56e2e21ae7
commit f619a2fbad
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#define _EFL_CANVAS_TEXTBLOCK_EO_CLASS_TYPE
typedef Eo Efl_Canvas_Textblock;
typedef Efl_Canvas_Textblock Efl_Canvas_Text;
#endif