aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/desktop.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-27 04:30:05 -0500
committerGitHub <noreply@github.com>2017-12-27 04:30:05 -0500
commit47f9f91d157c9f650afe1172b3bb2d52def66a10 (patch)
tree27d6bd1104a3d3795905adfcd9e442aa28c4bf9c /include/rootston/desktop.h
parent4d744aeb230f36d990c102a89314f95ff802ca75 (diff)
parent57a09c8ca45e0ec023b7be88745b21fc71649c52 (diff)
Merge pull request #523 from besser82/bugfix/config_header
config: Put all defines into config.h
Diffstat (limited to 'include/rootston/desktop.h')
-rw-r--r--include/rootston/desktop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h
index 289875c5..7039cfcf 100644
--- a/include/rootston/desktop.h
+++ b/include/rootston/desktop.h
@@ -2,6 +2,7 @@
#define _ROOTSTON_DESKTOP_H
#include <time.h>
#include <wayland-server.h>
+#include "config.h"
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_compositor.h>
@@ -50,7 +51,7 @@ struct roots_desktop {
struct wl_listener wl_shell_surface;
struct wl_listener decoration_new;
-#ifdef HAS_XWAYLAND
+#ifdef WLR_HAS_XWAYLAND
struct wlr_xwayland *xwayland;
struct wl_listener xwayland_surface;
struct wl_listener xwayland_ready;