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

@ -10,8 +10,6 @@ struct wlr_multi_backend {
struct wlr_backend backend;
struct wl_list backends;
struct wl_listener display_destroy;
};
#endif