diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-12-22 20:18:51 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-01-17 14:35:28 +0900 |
commit | 301e80a10a7246c6aa4112088c91b91d1e45553f (patch) | |
tree | ffd764faddc0d53eb51cc241acfa236e9d96ced0 /src/lib/evas/include/evas_private.h | |
parent | c2ba0939d8df6b8f6bc076a75780d74f3e83a960 (diff) |
evas: Remove most extra data from filter mixin
This should save a bit of memory for all image & text
objects. This exploits the previous patch for the post-render
job queue added to evas, and simplifies this bit of code.
Diffstat (limited to 'src/lib/evas/include/evas_private.h')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index 0d0d416e1e..257c05c3f8 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -1278,6 +1278,7 @@ struct _Evas_Font_Description | |||
1278 | 1278 | ||
1279 | struct _Evas_Object_Filter_Data | 1279 | struct _Evas_Object_Filter_Data |
1280 | { | 1280 | { |
1281 | Evas_Object_Protected_Data *obj; | ||
1281 | Eina_Stringshare *name; | 1282 | Eina_Stringshare *name; |
1282 | Eina_Stringshare *code; | 1283 | Eina_Stringshare *code; |
1283 | Evas_Filter_Program *chain; | 1284 | Evas_Filter_Program *chain; |