diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 13:37:49 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 13:37:49 +1200 |
commit | 4d4da18437849df850b4ae199fbffb54d31c86b4 (patch) | |
tree | 73f383203326b11111ed9f01562fcbd9bb12dcc4 /include/wlr | |
parent | 3373ec5fc8fcb931c03bef256ed50af63fa1896f (diff) |
Fixed VT switching
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/backend/multi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h index 8b68284d..048c4043 100644 --- a/include/wlr/backend/multi.h +++ b/include/wlr/backend/multi.h @@ -10,4 +10,6 @@ struct wlr_backend *wlr_multi_backend_create(struct wlr_session *session, void wlr_multi_backend_add(struct wlr_backend *multi, struct wlr_backend *backend); +struct wlr_session *wlr_multi_get_session(struct wlr_backend *base); + #endif |