mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-17 08:56:28 -05:00
Merge pull request #1262 from nyorain/session_fix
Improve session handling
This commit is contained in:
commit
841d04db99
10 changed files with 173 additions and 44 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
struct wlr_multi_backend {
|
||||
struct wlr_backend backend;
|
||||
struct wlr_session *session;
|
||||
|
||||
struct wl_list backends;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue