From 533a36f05a46472a29700df47100a4c5c59c5f29 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 4 Feb 2021 23:16:35 +0100 Subject: backend/x11: drop x11-xcb dependency We don't need it anymore now that we've stopped using the EGL Xlib platform. --- include/backend/x11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/backend') 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 -#include #include #include #include @@ -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; -- cgit v1.2.3