mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Use new wlr_backend_autocreate signature
The session is now stored explicitly, with wlr_backend_get_session being dropped.
This commit is contained in:
parent
34eb3ec2c8
commit
624355485a
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