react to wlroots changes

This commit is contained in:
Keith Bowes 2022-02-17 10:33:15 -05:00
parent bed7e244c2
commit 4cee7c4014
10 changed files with 38 additions and 36 deletions

View file

@ -31,7 +31,7 @@ struct wb_output {
struct wb_view {
struct wl_list link;
struct wb_server *server;
struct wlr_xdg_surface *xdg_surface;
struct wlr_xdg_toplevel *xdg_toplevel;
struct wlr_xdg_toplevel_decoration_v1 *decoration;

View file

@ -18,6 +18,7 @@
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_subcompositor.h>
#include <wlr/types/wlr_xdg_shell.h>
#include <wlr/util/log.h>
@ -40,6 +41,7 @@ struct wb_server {
struct wlr_compositor *compositor;
struct wlr_output_layout *output_layout;
struct wlr_renderer *renderer;
struct wlr_subcompositor *subcompositor;
struct wb_config *config;
char *config_file;