Use new wlr_backend_autocreate signature

The session is now stored explicitly, with wlr_backend_get_session being
dropped.
This commit is contained in:
Kenny Levinsen 2023-09-30 13:36:49 +02:00 committed by Simon Ser
parent 34eb3ec2c8
commit 624355485a
3 changed files with 5 additions and 4 deletions

View file

@ -24,6 +24,7 @@ struct cg_server {
struct wlr_backend *backend;
struct wlr_renderer *renderer;
struct wlr_allocator *allocator;
struct wlr_session *session;
struct cg_seat *seat;
struct wlr_idle *idle;