Chase wlroots: wlr_session refactor

Chases 41b7acbab78597e2eb0724e415ed94b910d113c1
backend: return wlr_session in wlr_backend_autocreate() call
This commit is contained in:
Consolatis 2023-01-24 04:12:02 +01:00 committed by Johan Malm
parent fa849cc7e8
commit 46e3e29e26
4 changed files with 5 additions and 9 deletions

View file

@ -201,6 +201,7 @@ struct server {
struct wlr_renderer *renderer;
struct wlr_allocator *allocator;
struct wlr_backend *backend;
struct wlr_session *session;
struct wlr_xdg_shell *xdg_shell;
struct wlr_layer_shell_v1 *layer_shell;