diff options
Diffstat (limited to 'include/backend/x11.h')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h index 3dfe2fe8..49172235 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -5,7 +5,6 @@ #include <stdbool.h> -#include <X11/Xlib-xcb.h> #include <wayland-server-core.h> #include <xcb/xcb.h> #include <xcb/present.h> @@ -69,7 +68,6 @@ struct wlr_x11_backend { struct wl_display *wl_display; bool started; - Display *xlib_conn; xcb_connection_t *xcb; xcb_screen_t *screen; xcb_depth_t *depth; |