rootston: handle backend creation failed

This commit is contained in:
Tony Crisci 2017-12-20 05:51:23 -05:00
parent ca6a0ef1bb
commit ee39dff1e7
4 changed files with 15 additions and 3 deletions

View file

@ -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