diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-04 08:39:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-04 08:39:14 -0500 |
commit | 3a291b189bfc7816f32a5773feea0103d5c79b91 (patch) | |
tree | 64b4f415feb9642f5637316fbeaaa2610fe85bb1 /include/wlr/xwayland.h | |
parent | 0713cb043ff2fef8e431e660370a3ccb82a912d2 (diff) | |
parent | 2910972b25a211ecd07c605d4bf93897ef5f715a (diff) |
Merge pull request #699 from martinetd/xcb_errors
Print xcb errors
Diffstat (limited to 'include/wlr/xwayland.h')
-rw-r--r-- | include/wlr/xwayland.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 0d4b91ed..f34860aa 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -8,10 +8,6 @@ #include <wlr/types/wlr_seat.h> #include <xcb/xcb.h> -#ifdef WLR_HAS_XCB_ICCCM - #include <xcb/xcb_icccm.h> -#endif - struct wlr_xwm; struct wlr_xwayland_cursor; |