mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Added EGL interface for backends.
This commit is contained in:
parent
81998fdc98
commit
dbceaee9fa
5 changed files with 189 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ static struct wlr_session *logind_session_start(void) {
|
|||
if (!take_control(session))
|
||||
goto error_bus;
|
||||
|
||||
wl_log(L_INFO, "Successfully loaded logind session");
|
||||
wlr_log(L_INFO, "Successfully loaded logind session");
|
||||
|
||||
session->base.iface = session_logind_iface;
|
||||
return &session->base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue