diff options
author | Chris Chamberlain <chris@chamberlain.id.au> | 2021-12-10 21:14:57 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-13 14:55:16 +0100 |
commit | d8ca4945581577f570c02ad46878571c48a08c79 (patch) | |
tree | d033761a9e3da63f504520923fd628eb77c7e44b /include/backend/session/session.h | |
parent | f6d3efbf4b76a2100949fb0b88662a1324d4af54 (diff) |
backend/drm: add wlr_drm_backend_monitor
This helper is responsible for listening for new DRM devices and
create new child DRM backends as necessary.
Diffstat (limited to 'include/backend/session/session.h')
-rw-r--r-- | include/backend/session/session.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/backend/session/session.h b/include/backend/session/session.h index ebe6fc70..5eca7f57 100644 --- a/include/backend/session/session.h +++ b/include/backend/session/session.h @@ -11,4 +11,7 @@ bool libseat_change_vt(struct wlr_session *base, unsigned vt); void session_init(struct wlr_session *session); +struct wlr_device *session_open_if_kms(struct wlr_session *restrict session, + const char *restrict path); + #endif |