react to wlroots changes

This commit is contained in:
Keith Bowes 2022-12-08 16:50:15 -05:00
parent e4b603a082
commit bf0f9215dc
3 changed files with 20 additions and 0 deletions

View file

@ -26,6 +26,7 @@ struct wb_output {
struct wl_listener destroy;
struct wl_listener frame;
struct wl_listener request_state;
struct wl_list link;
};