mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-17 22:05:50 -05:00
Preliminary support for xdg-output
No support for layout changes for the time being, though
This commit is contained in:
parent
114e265eef
commit
697942fc15
2 changed files with 11 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue