react to wlroots changes

This commit is contained in:
Keith Bowes 2023-08-25 22:22:53 -04:00
parent 2b38536dec
commit 7fb889d171
4 changed files with 25 additions and 9 deletions

View file

@ -49,6 +49,7 @@ struct wb_server {
struct wlr_xdg_output_manager_v1 *output_manager;
struct wlr_renderer *renderer;
struct wlr_scene *scene;
struct wlr_scene_output_layout *scene_layout;
struct wlr_subcompositor *subcompositor;
struct wb_config *config;