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
+6
View File
@@ -0,0 +1,6 @@
#ifndef XRDB_PARSE_H
#define XRDB_PARSE_H
extern int xrdb_find_dpi();
#endif