mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-15 22:05:37 -05:00
react to wlroots changes
This commit is contained in:
parent
bed7e244c2
commit
4cee7c4014
10 changed files with 38 additions and 36 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue