diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-20 05:51:23 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-20 05:51:23 -0500 |
commit | ee39dff1e7de4a234f2ff39c1ce2df6bc84abb04 (patch) | |
tree | 11bc54fad4ab8d1b4b6bc4cec0c07fca072ab8d0 /include/wlr/backend | |
parent | ca6a0ef1bbbd611c9ebf0ace08b8fc6af3883d09 (diff) |
rootston: handle backend creation failed
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/multi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h index 35f7c165..d9914efc 100644 --- a/include/wlr/backend/multi.h +++ b/include/wlr/backend/multi.h @@ -16,4 +16,6 @@ bool wlr_backend_is_multi(struct wlr_backend *backend); struct wlr_session *wlr_multi_get_session(struct wlr_backend *base); +bool wlr_multi_is_empty(struct wlr_backend *backend); + #endif |