mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
chore: Store wlr_session when created
This commit is contained in:
parent
1f3e3043dd
commit
d210ac6b77
3 changed files with 5 additions and 4 deletions
1
server.h
1
server.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue