aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-20 05:51:23 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-20 05:51:23 -0500
commitee39dff1e7de4a234f2ff39c1ce2df6bc84abb04 (patch)
tree11bc54fad4ab8d1b4b6bc4cec0c07fca072ab8d0 /include/wlr
parentca6a0ef1bbbd611c9ebf0ace08b8fc6af3883d09 (diff)
rootston: handle backend creation failed
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/backend/multi.h2
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