aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwayland.c
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2018-03-03 17:03:19 +0100
committerDominique Martinet <asmadeus@codewreck.org>2018-03-03 17:03:21 +0100
commit7d1870c6f1c1dd14fe9fe13885021970f0cbdbe8 (patch)
tree913f3a92d12eac96d70a8ae44978cadf15d9919f /xwayland/xwayland.c
parentf4817916697c10f9361d0e78aa6d7979db5c850a (diff)
move xwm.h out of include/wlr
xwm.h was meant to be private, so move it to include/xwayland/xwm.h We had an ifdef WLR_HAS_XCB_ICCCM in xwayland.h which was easy to move to xwm, it is not safe to use the WLR_HAS_* in the public headers. I checked a few of our current users and none rely on xwm.h being public as expected (rootston, sway, hsroots)
Diffstat (limited to 'xwayland/xwayland.c')
-rw-r--r--xwayland/xwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwayland.c b/xwayland/xwayland.c
index 8dffd040..d49dd718 100644
--- a/xwayland/xwayland.c
+++ b/xwayland/xwayland.c
@@ -18,9 +18,9 @@
#include <wayland-server.h>
#include <wlr/util/log.h>
#include <wlr/xwayland.h>
-#include <wlr/xwm.h>
#include "sockets.h"
#include "util/signal.h"
+#include "xwayland/xwm.h"
#ifdef __FreeBSD__
static inline int clearenv(void) {