diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-27 14:31:37 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-10-27 14:58:38 +0900 |
commit | ec1acca74d2422165d9bb229043922d3f87a8790 (patch) | |
tree | 2907bc7a3471a3b5d207ae53a4ce58b1242ab6a0 /src/lib/evas/vg/evas_vg_cache.c | |
parent | 8329c98d5f5c3b3b8c974f39a461ef22f069c174 (diff) |
evas vg: Add FIXME and fix strbuf use
This is the result of a really quick review of the new VG code. Most of
it was moved around, but this merge includes the following:
- Move logic from edje to evas
- Create static lib for common VG handling
- Add file_set() API
- Add a basic VG cache in evas side
- Add savers modules, implement loaders and savers.
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/vg/evas_vg_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/vg/evas_vg_cache.c b/src/lib/evas/vg/evas_vg_cache.c index dae36cc290..aa32a6f826 100644 --- a/src/lib/evas/vg/evas_vg_cache.c +++ b/src/lib/evas/vg/evas_vg_cache.c | |||
@@ -324,5 +324,6 @@ evas_cache_vg_entry_del(Evas_Cache_Vg_Entry *svg_entry) | |||
324 | if (!svg_entry) return; | 324 | if (!svg_entry) return; |
325 | 325 | ||
326 | svg_entry->ref--; | 326 | svg_entry->ref--; |
327 | // FIXME implement delete logic (LRU) | ||
327 | } | 328 | } |
328 | 329 | ||