diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-04 17:36:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 17:36:39 +0200 |
commit | 841d04db994b0a05d7688a0ecaa9b2e29131f026 (patch) | |
tree | 71d1e442666f05fd0312acd672383c6440c63ff0 /include/backend | |
parent | 0d23fb7b6dc79b82301f3c049e05d1556a187b0f (diff) | |
parent | b4d46aa9c255ccb6f121b3657f6910c29e02d704 (diff) |
Merge pull request #1262 from nyorain/session_fix
Improve session handling
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/multi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/multi.h b/include/backend/multi.h index c57c48f3..2f5f1bd4 100644 --- a/include/backend/multi.h +++ b/include/backend/multi.h @@ -8,6 +8,7 @@ struct wlr_multi_backend { struct wlr_backend backend; + struct wlr_session *session; struct wl_list backends; |