diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 18:49:00 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 18:49:00 -0500 |
commit | 58e69c9ce177f3de4790bddd161e9d74dd2e512c (patch) | |
tree | 792b7f6a51a056e3d28ca871bb17df33de0f8465 /include/wlr/backend | |
parent | 6c75a184e7f05305fce8f693052a40047b07fc2f (diff) |
multibackend remove subbackend
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/multi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h index fc53f369..35f7c165 100644 --- a/include/wlr/backend/multi.h +++ b/include/wlr/backend/multi.h @@ -9,6 +9,9 @@ struct wlr_backend *wlr_multi_backend_create(struct wl_display *display); void wlr_multi_backend_add(struct wlr_backend *multi, struct wlr_backend *backend); +void wlr_multi_backend_remove(struct wlr_backend *multi, + struct wlr_backend *backend); + bool wlr_backend_is_multi(struct wlr_backend *backend); struct wlr_session *wlr_multi_get_session(struct wlr_backend *base); |