diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2013-08-22 14:55:07 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2013-10-28 15:47:14 +0900 |
commit | bc7b337fc065dc922a039897e22f570a26fbf4be (patch) | |
tree | 9241ed475f13d45dbcfd0d1efa351a49b84093b3 /src/lib/evas/cserve2/evas_cs2.h | |
parent | b5ca88027d4e4844a52675daa3cf5a379e6279f2 (diff) |
evas/cserve2: Add glyph shm names to Font_Data
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/cserve2/evas_cs2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/cserve2/evas_cs2.h b/src/lib/evas/cserve2/evas_cs2.h index 2d3ad05b12..87633f00ec 100644 --- a/src/lib/evas/cserve2/evas_cs2.h +++ b/src/lib/evas/cserve2/evas_cs2.h | |||
@@ -351,6 +351,7 @@ struct _Font_Data { | |||
351 | string_t name; | 351 | string_t name; |
352 | string_t file; | 352 | string_t file; |
353 | string_t glyph_index_shm; | 353 | string_t glyph_index_shm; |
354 | string_t mempool_shm; | ||
354 | uint32_t rend_flags; | 355 | uint32_t rend_flags; |
355 | uint32_t size; | 356 | uint32_t size; |
356 | uint32_t dpi; | 357 | uint32_t dpi; |