aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland/xwm.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-03-29 12:03:35 +0200
committerKenny Levinsen <kl@kl.wtf>2021-03-29 12:24:26 +0200
commitde5347d0f2a82150a4788b63d06b5e91d5ebc27a (patch)
tree26e37c8af4a90f4d01a09aafccd3d7f7cee2dc6c /include/xwayland/xwm.h
parent96aa18ae4442d89ece0aef02ecbc8d6bf7ba2939 (diff)
xwayland: require xcb-icccm
This dependency is already required by many other widely used X11 programs, such as i3, Qt, and other XWMs. So it should be available on most systems. X11 support can be pretty broken without xcb-icccm, with focus issues for instance. Let's just remove this --please-break-my-desktop footgun option.
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r--include/xwayland/xwm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h
index 24549644..32b3135b 100644
--- a/include/xwayland/xwm.h
+++ b/include/xwayland/xwm.h
@@ -5,9 +5,6 @@
#include <wlr/config.h>
#include <wlr/xwayland.h>
#include <xcb/render.h>
-#if WLR_HAS_XCB_ICCCM
-#include <xcb/xcb_icccm.h>
-#endif
#if WLR_HAS_XCB_ERRORS
#include <xcb/xcb_errors.h>
#endif