Move icon cache to a separate file; protect cache with file locks

This commit is contained in:
o9000
2016-03-01 20:59:13 +01:00
parent 4dfe411bf4
commit 50e6278327
7 changed files with 214 additions and 81 deletions

View File

@@ -20,8 +20,9 @@ include_directories( ../util
${RSVG_INCLUDE_DIRS} )
set(SOURCES ../util/common.c
../util/strnatcmp.c
../config.c
../util/strnatcmp.c
../util/cache.c
../config.c
../server.c
../launcher/apps-common.c
../launcher/icon-theme-common.c