mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
Chase wlroots: wlr_session refactor
Chases 41b7acbab78597e2eb0724e415ed94b910d113c1 backend: return wlr_session in wlr_backend_autocreate() call
This commit is contained in:
parent
fa849cc7e8
commit
46e3e29e26
4 changed files with 5 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue