mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Refactor out wlr_backend_state from wl/multi
This commit is contained in:
parent
e2386043f6
commit
81cd90297d
13 changed files with 233 additions and 230 deletions
|
|
@ -7,8 +7,9 @@
|
|||
#include <wlr/util/list.h>
|
||||
#include <wlr/backend/session.h>
|
||||
|
||||
struct wlr_backend_state {
|
||||
struct wlr_backend *backend;
|
||||
struct wlr_multi_backend {
|
||||
struct wlr_backend backend;
|
||||
|
||||
struct wlr_session *session;
|
||||
struct wlr_udev *udev;
|
||||
list_t *backends;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue