mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -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
|
|
@ -1,6 +1,8 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#include <wlr/session.h>
|
||||
#include <stdarg.h>
|
||||
#include "common/log.h"
|
||||
#include "session/interface.h"
|
||||
|
||||
static const struct session_interface *ifaces[] = {
|
||||
|
|
@ -20,6 +22,7 @@ struct wlr_session *wlr_session_start(void) {
|
|||
}
|
||||
}
|
||||
|
||||
wlr_log(L_ERROR, "Failed to load session backend");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue