Preliminary support for xdg-output

No support for layout changes for the time being, though
This commit is contained in:
Keith Bowes 2020-03-12 17:06:27 -04:00
parent 114e265eef
commit 697942fc15
2 changed files with 11 additions and 4 deletions

View file

@ -11,6 +11,7 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/render/wlr_texture.h>
#include <wlr/types/wlr_xdg_output_v1.h>
#include "waybox/server.h"
@ -18,6 +19,8 @@ struct wb_output {
struct wlr_output *wlr_output;
struct wb_server *server;
struct wlr_xdg_output_manager_v1 *manager;
struct wl_listener destroy;
struct wl_listener frame;