refactor(xresources): Use xcb-util-xrm

Drop the Xlib version and handle X resource
lookups using xcb-util-xrm

Refs 
This commit is contained in:
Michael Carlberg 2017-01-20 02:25:54 +01:00
parent 100c64a20c
commit e1483c3f65
13 changed files with 130 additions and 123 deletions
include/components

View file

@ -6,6 +6,7 @@
#include <thread>
#include "common.hpp"
#include "settings.hpp"
#ifndef STDOUT_FILENO
#define STDOUT_FILENO 1