mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/wayland: remove wl_shm
We bind to it but never use it.
This commit is contained in:
parent
292d20e4c1
commit
947d5ff481
2 changed files with 0 additions and 7 deletions
|
|
@ -33,7 +33,6 @@ struct wlr_wl_backend {
|
|||
struct wl_compositor *compositor;
|
||||
struct xdg_wm_base *xdg_wm_base;
|
||||
struct zxdg_decoration_manager_v1 *zxdg_decoration_manager_v1;
|
||||
struct wl_shm *shm;
|
||||
struct wl_seat *seat;
|
||||
struct wl_pointer *pointer;
|
||||
struct wl_keyboard *keyboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue