Evas: Unbreak evas. Apparently it doesn't compile in some cases.

Thanks to mekius for reporting.

SVN revision: 72036
This commit is contained in:
Tom Hacohen 2012-06-12 15:25:27 +00:00
parent 1ef99594d8
commit c3fe7b3aa8
1 changed files with 6 additions and 7 deletions

View File

@ -5,6 +5,12 @@ typedef struct _Evas_Text_Props Evas_Text_Props;
typedef struct _Evas_Text_Props_Info Evas_Text_Props_Info;
typedef struct _Evas_Font_Glyph_Info Evas_Font_Glyph_Info;
typedef enum
{
EVAS_TEXT_PROPS_MODE_NONE = 0,
EVAS_TEXT_PROPS_MODE_SHAPE
} Evas_Text_Props_Mode;
# include "evas_font_ot.h"
# include "language/evas_bidi_utils.h"
# include "language/evas_language_utils.h"
@ -53,13 +59,6 @@ struct _Evas_Font_Glyph_Info
Evas_Coord pen_after;
};
typedef enum
{
EVAS_TEXT_PROPS_MODE_NONE = 0,
EVAS_TEXT_PROPS_MODE_SHAPE
} Evas_Text_Props_Mode;
void
evas_common_text_props_bidi_set(Evas_Text_Props *props,
Evas_BiDi_Paragraph_Props *bidi_par_props, size_t start);