mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/x11: drop x11-xcb dependency
We don't need it anymore now that we've stopped using the EGL Xlib platform.
This commit is contained in:
parent
b9e9e0e133
commit
533a36f05a
4 changed files with 4 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue