mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Destroy multi backend on display destroy
This commit is contained in:
parent
fc78e269a5
commit
4a36ba4bdd
5 changed files with 26 additions and 13 deletions
|
|
@ -4,9 +4,10 @@
|
|||
#include <wlr/backend.h>
|
||||
#include <wlr/backend/session.h>
|
||||
|
||||
struct wlr_backend *wlr_multi_backend_create(struct wlr_session *session);
|
||||
struct wlr_backend *wlr_multi_backend_create(struct wl_display *display,
|
||||
struct wlr_session *session);
|
||||
void wlr_multi_backend_add(struct wlr_backend *multi,
|
||||
struct wlr_backend *backend);
|
||||
struct wlr_backend *backend);
|
||||
|
||||
bool wlr_backend_is_multi(struct wlr_backend *backend);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue