mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-21 08:56:31 -05:00
Removed old session code from DRM backend.
This commit is contained in:
parent
762ac7f4c0
commit
81998fdc98
12 changed files with 41 additions and 275 deletions
|
|
@ -200,6 +200,9 @@ static struct wlr_session *logind_session_start(void) {
|
|||
if (!take_control(session))
|
||||
goto error_bus;
|
||||
|
||||
wl_log(L_INFO, "Successfully loaded logind session");
|
||||
|
||||
session->base.iface = session_logind_iface;
|
||||
return &session->base;
|
||||
|
||||
error_bus:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue