mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
remove session from multibackend
This commit is contained in:
parent
4e804ef40f
commit
a937016e38
6 changed files with 19 additions and 17 deletions
|
|
@ -93,7 +93,7 @@ struct wlr_backend *wlr_backend_autocreate(struct wl_display *display) {
|
|||
return NULL;
|
||||
}
|
||||
|
||||
backend = wlr_multi_backend_create(display, session);
|
||||
backend = wlr_multi_backend_create(display);
|
||||
if (!backend) {
|
||||
goto error_session;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue