chore: Store wlr_session when created

This commit is contained in:
Kenny Levinsen 2023-09-30 13:36:49 +02:00
parent 1f3e3043dd
commit d210ac6b77
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;