Simplify and merge {config,theme}-dir.c

This commit is contained in:
Johan Malm 2020-08-10 17:24:17 +01:00
parent fc6fca6945
commit f003abf608
20 changed files with 181 additions and 163 deletions

View file

@ -3,7 +3,7 @@ rcxml_lib = static_library(
sources: files(
'../src/config/rcxml.c',
'../src/config/keybind.c',
'../src/config/config-dir.c',
'../src/common/dir.c',
'../src/common/buf.c',
'../src/common/font.c',
),