refactor(connection: Use custom base

This commit is contained in:
Michael Carlberg 2016-12-26 09:40:15 +01:00
parent 3681247dc1
commit 11aabac227
25 changed files with 230 additions and 80 deletions
src/components

View file

@ -8,6 +8,7 @@
#include "components/renderer.hpp"
#include "components/screen.hpp"
#include "components/taskqueue.hpp"
#include "components/types.hpp"
#include "events/signal.hpp"
#include "events/signal_emitter.hpp"
#include "utils/bspwm.hpp"
@ -16,6 +17,7 @@
#include "utils/math.hpp"
#include "utils/string.hpp"
#include "x11/atoms.hpp"
#include "x11/extensions/all.hpp"
#include "x11/connection.hpp"
#include "x11/fonts.hpp"
#include "x11/tray_manager.hpp"