diff options
author | Tom Hacohen <tom@stosb.com> | 2012-06-12 15:25:27 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-06-12 15:25:27 +0000 |
commit | c3fe7b3aa893bcea25e407e9412ac649522743b7 (patch) | |
tree | b734cae6a540a43d0700ecaf649f6772283a7dc6 /legacy/evas/src/lib/engines/common/evas_text_utils.h | |
parent | 1ef99594d8797a4575df6c09ae7d832bd2de80e0 (diff) |
Evas: Unbreak evas. Apparently it doesn't compile in some cases.
Thanks to mekius for reporting.
SVN revision: 72036
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_text_utils.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_text_utils.h b/legacy/evas/src/lib/engines/common/evas_text_utils.h index ba5ef3736d..69489d0c5b 100644 --- a/legacy/evas/src/lib/engines/common/evas_text_utils.h +++ b/legacy/evas/src/lib/engines/common/evas_text_utils.h | |||
@@ -5,6 +5,12 @@ typedef struct _Evas_Text_Props Evas_Text_Props; | |||
5 | typedef struct _Evas_Text_Props_Info Evas_Text_Props_Info; | 5 | typedef struct _Evas_Text_Props_Info Evas_Text_Props_Info; |
6 | typedef struct _Evas_Font_Glyph_Info Evas_Font_Glyph_Info; | 6 | typedef struct _Evas_Font_Glyph_Info Evas_Font_Glyph_Info; |
7 | 7 | ||
8 | typedef enum | ||
9 | { | ||
10 | EVAS_TEXT_PROPS_MODE_NONE = 0, | ||
11 | EVAS_TEXT_PROPS_MODE_SHAPE | ||
12 | } Evas_Text_Props_Mode; | ||
13 | |||
8 | # include "evas_font_ot.h" | 14 | # include "evas_font_ot.h" |
9 | # include "language/evas_bidi_utils.h" | 15 | # include "language/evas_bidi_utils.h" |
10 | # include "language/evas_language_utils.h" | 16 | # include "language/evas_language_utils.h" |
@@ -53,13 +59,6 @@ struct _Evas_Font_Glyph_Info | |||
53 | Evas_Coord pen_after; | 59 | Evas_Coord pen_after; |
54 | }; | 60 | }; |
55 | 61 | ||
56 | typedef enum | ||
57 | { | ||
58 | EVAS_TEXT_PROPS_MODE_NONE = 0, | ||
59 | EVAS_TEXT_PROPS_MODE_SHAPE | ||
60 | } Evas_Text_Props_Mode; | ||
61 | |||
62 | |||
63 | void | 62 | void |
64 | evas_common_text_props_bidi_set(Evas_Text_Props *props, | 63 | evas_common_text_props_bidi_set(Evas_Text_Props *props, |
65 | Evas_BiDi_Paragraph_Props *bidi_par_props, size_t start); | 64 | Evas_BiDi_Paragraph_Props *bidi_par_props, size_t start); |