Merge pull request #1262 from nyorain/session_fix

Improve session handling
This commit is contained in:
Drew DeVault 2018-10-04 17:36:39 +02:00 committed by GitHub
commit 841d04db99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 173 additions and 44 deletions

View file

@ -8,6 +8,7 @@
struct wlr_multi_backend {
struct wlr_backend backend;
struct wlr_session *session;
struct wl_list backends;