diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-06-17 04:32:54 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-06-17 04:32:54 +0000 |
commit | 67a8db57b18b9f5d0b059175f25d1348dd88ab22 (patch) | |
tree | 3c6bf4d8322c01efc41336884625aa2acb5bac48 /legacy/evas/src/lib/engines/common/evas_text_utils.h | |
parent | 873d5ed76a75b92a7860642a73090267cc352488 (diff) |
evas: let's have an O(1) check instead of O(N).
SVN revision: 72266
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_text_utils.h | 1 |
1 files changed, 1 insertions, 0 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 69489d0c5b..e30827db9b 100644 --- a/legacy/evas/src/lib/engines/common/evas_text_utils.h +++ b/legacy/evas/src/lib/engines/common/evas_text_utils.h | |||
@@ -35,6 +35,7 @@ struct _Evas_Text_Props | |||
35 | 35 | ||
36 | int generation; | 36 | int generation; |
37 | Eina_Bool changed : 1; | 37 | Eina_Bool changed : 1; |
38 | Eina_Bool prepare : 1; | ||
38 | }; | 39 | }; |
39 | 40 | ||
40 | struct _Evas_Text_Props_Info | 41 | struct _Evas_Text_Props_Info |