diff options
author | Björn Esser <besser82@fedoraproject.org> | 2017-12-26 18:51:27 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2017-12-26 18:51:27 +0100 |
commit | 57a09c8ca45e0ec023b7be88745b21fc71649c52 (patch) | |
tree | 27d6bd1104a3d3795905adfcd9e442aa28c4bf9c /rootston/xwayland.c | |
parent | 4d744aeb230f36d990c102a89314f95ff802ca75 (diff) |
config: Put all defines into config.h
Diffstat (limited to 'rootston/xwayland.c')
-rw-r--r-- | rootston/xwayland.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootston/xwayland.c b/rootston/xwayland.c index 5f677116..b00b61bc 100644 --- a/rootston/xwayland.c +++ b/rootston/xwayland.c @@ -2,11 +2,12 @@ #include <stdlib.h> #include <stdbool.h> #include <wayland-server.h> +#include "config.h" #include <wlr/types/wlr_box.h> #include <wlr/types/wlr_surface.h> #include <wlr/xwayland.h> #include <wlr/util/log.h> -#include "rootston/desktop.h" +#include "rootston/server.h" #include "rootston/server.h" static void activate(struct roots_view *view, bool active) { |