diff options
author | Simon Ser <contact@emersion.fr> | 2021-02-04 23:16:35 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-02-08 12:29:12 +0100 |
commit | 533a36f05a46472a29700df47100a4c5c59c5f29 (patch) | |
tree | 596be679875bf2c6835ead00764cbd150d387d8a /include/backend | |
parent | b9e9e0e1333a10deaba7679066382b9dc4790d31 (diff) |
backend/x11: drop x11-xcb dependency
We don't need it anymore now that we've stopped using the EGL Xlib
platform.
Diffstat (limited to 'include/backend')
-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; |