From ec1acca74d2422165d9bb229043922d3f87a8790 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Fri, 27 Oct 2017 14:31:37 +0900 Subject: 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. --- src/lib/evas/vg/evas_vg_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/evas/vg/evas_vg_cache.c') 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) if (!svg_entry) return; svg_entry->ref--; + // FIXME implement delete logic (LRU) } -- cgit v1.2.1