Refactor out wlr_backend_state from wl/multi

This commit is contained in:
Drew DeVault 2017-08-12 11:43:36 -04:00
parent e2386043f6
commit 81cd90297d
13 changed files with 233 additions and 230 deletions

View file

@ -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;