Got to exit cleanly and to work with wlroots 0.18 again

This commit is contained in:
Keith Bowes 2025-02-18 23:31:59 -05:00
parent a6e9a04495
commit b2e686171f
6 changed files with 34 additions and 16 deletions

View file

@ -97,6 +97,7 @@ struct wb_server {
struct wl_listener new_input;
struct wl_listener new_output;
struct wl_listener output_configuration_applied;
struct wl_listener output_configuration_tested;
struct wl_list outputs; /* wb_output::link */
};