aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 7b9164f..5bbd2db 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -14,6 +14,7 @@
#include "layout.hpp"
#include "result.hpp"
#include "wayland.hpp"
+#include "config.hpp"
namespace wl {
struct display;
@@ -35,6 +36,8 @@ struct App {
std::unique_ptr<struct genivi::controller> controller;
std::vector<std::unique_ptr<struct wl::output>> outputs;
+ struct config config;
+
layouts_type layouts;
layer_map layers;