Implement xrdb reading without popen

Avoid using the shell, awk and cut command
This commit is contained in:
Francesco Abbate
2021-03-17 16:58:44 +01:00
parent 27f3cb23d4
commit dab39d3b5c
4 changed files with 152 additions and 29 deletions
+1
View File
@@ -5,6 +5,7 @@ lite_sources = [
'api/system.c',
'renderer.c',
'rencache.c',
'xrdb_parse.c',
'main.c',
]