mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend: drop wlr_backend_get_session()
This no longer has purpose.
This commit is contained in:
parent
41b7acbab7
commit
e7c556fcf6
5 changed files with 0 additions and 25 deletions
|
|
@ -4,11 +4,9 @@
|
|||
#include <wayland-util.h>
|
||||
#include <wlr/backend/interface.h>
|
||||
#include <wlr/backend/multi.h>
|
||||
#include <wlr/backend/session.h>
|
||||
|
||||
struct wlr_multi_backend {
|
||||
struct wlr_backend backend;
|
||||
struct wlr_session *session;
|
||||
|
||||
struct wl_list backends;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue